Forum
ZXBC to target 128K BIOS ROM - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Help & Support (https://www.boriel.com/forum/forumdisplay.php?fid=16)
+---- Thread: ZXBC to target 128K BIOS ROM (/showthread.php?tid=1710)



ZXBC to target 128K BIOS ROM - RandomiserUsr - 12-27-2021

Very quick question,

 could ZXBC target a 128K BIOS ROM in the asm compile routines?

I'm expecting a "no" 

thanks 
Smile Smile


RE: ZXBC to target 128K BIOS ROM - boriel - 12-27-2021

(12-27-2021, 02:54 PM)RandomiserUsr Wrote: Very quick question,

 could ZXBC target a 128K BIOS ROM in the asm compile routines?

I'm expecting a "no" 

thanks 
Smile Smile

You can, but it's your responsibility to switch ROM banks, etc within an ASM context and then back to 48K ROM.


RE: ZXBC to target 128K BIOS ROM - RandomiserUsr - 12-28-2021

(12-27-2021, 05:22 PM)boriel Wrote:
(12-27-2021, 02:54 PM)RandomiserUsr Wrote: Very quick question,

 could ZXBC target a 128K BIOS ROM in the asm compile routines?

I'm expecting a "no" 

thanks 
Smile Smile

You can, but it's your responsibility to switch ROM banks, etc within an ASM context and then back to 48K ROM.

Okay thanks Boriel.