Boriel Basic Forum
ZXBC to target 128K BIOS ROM - Printable Version

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



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

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 - 2021-12-27

(2021-12-27, 03: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 - 2021-12-28

(2021-12-27, 06:22 PM)boriel Wrote:
(2021-12-27, 03: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.