Prev: 39827 Up: Map Next: 39857
39849: Wrapper Around Step3ByteTable.
Used by the routines at 39900, 40168, 40260, ObjectCount, 40852 and DisplayExits.
Input
IX Pointer to 3 byte table data
Output
IX Pointer moved to the next record
IY Contents of the record
Step3ByteTable_Next 39849 PUSH BC Store BC on the stack.
39850 LD B,A Store A in register B so it's not overwritten by the following CALL instruction.
39851 CALL Step3ByteTable Call Step3ByteTable.
39854 LD A,B Restore the previous value of A.
39855 POP BC Restore BC off the stack.
39856 RET Return.
Prev: 39827 Up: Map Next: 39857