/******************** ICE-1500 (DOS) TUTORIAL SCREEN #24 **********************/ menu = 1 define literally PR = 'include scr.23 nolist' define literally R = 'include scr.24 nolist' define literally RTN = 'include scr.24 nolist' define literally N = 'include scr.25 nolist' define literally M = 'include scr.2 nolist' map 0k length 12k ice load messg cls /******************************************************************************/ ' ------------------------' 'The emulator software allows you to change and re- | SCR24: ASM 1 |' 'execute your program code without leaving the | N = Next screen |' 'emulator to recompile the source code. This is | R = Rewrite SCR24 |' 'accomplished by creating an assembly language patch. | PR = Previous screen |' ' | M = Go to main menu |' 'The next few screens will demonstrate creating a | Q = Quit tutorial |' 'patch which will cause the ROTATE loop to execute | SCR# = Screen desired |' 'one more time. ------------------------' ' ' 'Use the ASM command to display the assembly code of the high-level-language ' 'statement #28 (addresses 0064H through 006BH). Enter:' ' ' ' ASM #28 TO #29 ' ' ' '-----------To learn more about the ASM command, enter MODB -------------'