menu = 1 curhome cleareos ' ------------------------' 'When you specify a memory address, you can do so | SCRP3: MEMORY TYPES 1 |' 'using either an absolute or a pointer expression. | M = Go to AID1 menu |' 'Thus far in this module we have used absolute ad- | N = Next screen |' 'dresses. To specify a pointer address, use two | P = Previous screen |' 'numbers (the segment-offset pair) separated by a | Q = Quit tutorial |' 'colon. If you do not want to specify the pointer | R = Rewrite SCRP3 |' 'address using the current base, you must use a suf- | SCR# = Screen desired |' 'fix with both parts of the pointer (even though ------------------------' 'when the pointer address is displayed, only the ' 'right number is shown with a suffix). Enter' ' BYTE 11H:11H ' ' ' 'There are six groups of I2ICE memory types: ' ' Unsigned Group Pointer Group' ' Signed Group Boolean Group' ' 87 Group Character Group' 'The following screens introduce the types in these groups. For more infor-' 'mation on the memory types, see the MTYPE entry in the I2ICE Reference Manual.' '(If you wish to skip ahead to screens that explain how to set values in mem-' 'ory, enter SCRP6 .)' '-------------- Enter N to continue with Aid Module P ------------------' define literally P = 'include scrP.2 nolist' define literally R = 'include scrP.3 nolist' define literally N = 'include scrP.4 nolist' define literally M = 'include aid.1 nolist'