/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #B.3 *********/ menu = 1 define literally PR = 'include scrB.2 nolist' define literally R = 'include scrB.3 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' 'The line mode form for entering 8051 instructions | SCRB3: ASM COMMANDS 3 |' 'with the ASM command is more useful for inserting | N = Next screen |' 'patches into existing code. This form of the | R = Rewrite SCRB3 |' 'command displays the current address as | PR = Previous screen |' 'instructions are entered. A carriage return on | M = Go to features menu |' 'an address prompt exits this mode. Only one | Q = Quit tutorial |' 'instruction may be entered on a line. Enter: | RTN = Return to main path |' ' | SCR# = Screen desired |' ' ASM 3K = ---------------------------' ' MOV A, B ' ' INC A ' ' ' ' ' 'Now use the ASM command to disassemble the code you just entered. Enter:' ' ASM 3K LENGTH 2 ' ' ' 'This ends Feature Module B. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' ' ' '########################## END OF FEATURE MODULE B ############################'