/******************** ICE-1500 (DOS) TUTORIAL SCREEN #26 **********************/ menu = 1 define literally PR = 'include scr.25 nolist' define literally R = 'include scr.26 nolist' define literally RTN = 'include scr.26 nolist' define literally N = 'include scr.27 nolist' define literally M = 'include scr.2 nolist' source = false map 0k length 12k ice load messg ASM 066h = 'setb c' /* in case of user entry error */ cls /******************************************************************************/ ' ------------------------' 'Now check the code to verify the change. | SCR26: VERIFY PATCH |' ' | N = Next screen |' ' ASM #28 TO #29 | R = Rewrite SCR26 |' ' | PR = Previous screen |' 'As you can see, the command at address 0066H has | M = Go to main menu |' 'been changed to "SETB C". | Q = Quit tutorial |' ' | SCR# = Screen desired |' ' ------------------------' 'The ICE-5100 software can display source code during assembly/disassembly,' 'after halting from emulation, or when specified using the SOURCE pseudo-' 'variable. For more information on source code display go to MODQ. ' '-------------------------------------------------------------------------------'