You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; MSX-DOS ld HL,#0x002D ;MSXVER=002D MSX version number (0=MSX,1=MSX2,2=MSX2+,3=TurboR) ld A,(#EXPTBL) ;EXPTBL=FCC1 main BIOS-ROM slot addresscall RDSLT ;Reads the value of an address in another slot
Several system constants stored in the BIOS are read in the decompression routine.
They are not visible in the memory layout in MSX-DOS mode.
Requires the use of the RDSLT (000Ch) function.
The text was updated successfully, but these errors were encountered: