/******************** ICE-1500 (DOS) TUTORIAL SCREEN #7 ***********************/ menu = 1 define literally PR = 'include scr.6 nolist' define literally R = 'include scr.7 nolist' define literally RTN = 'include scr.7 nolist' define literally N = 'include scr.8 nolist' define literally M = 'include scr.2 nolist' cls /******************************************************************************/ ' ------------------------' 'Now that memory has been mapped, load from the | SCR7: LOAD MESSG |' 'tutorial directory the compiled and linked PL/M-51 | N = Next screen |' 'program named MESSG. Refer to the ICE-5100 | R = Rewrite SCR7 |' 'Tutorial Guide for both PL/M and ASM listings of the | PR = Previous screen |' 'MESSG program. | M = Go to main menu |' ' | Q = Quit tutorial |' 'The MESSG program rotates characters in a buffer | SCR# = Screen desired |' 'using timer 0. When the timer overflows, the ------------------------' 'characters are rotated, with the first character being rotated to the last' 'position. The rotation continues until the program is aborted. ' ' ' 'Load the program code with the following command. The ICE-5100 emulator' 'returns the hlt> prompt when the program is loaded. Enter:' ' ' ' LOAD MESSG ' ' ' '-------------------------------------------------------------------------------'