Prev: 9B93 Up: Map Next: 9BB1
9BA9: Wrapper Around Step3ByteTable.
Used by the routines at 9BDC, 9CE8, 9D44, ObjectCount, 9F94 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 9BA9 PUSH BC Store BC on the stack.
9BAA LD B,A Store A in register B so it's not overwritten by the following CALL instruction.
9BAB CALL Step3ByteTable Call Step3ByteTable.
9BAE LD A,B Restore the previous value of A.
9BAF POP BC Restore BC off the stack.
9BB0 RET Return.
Prev: 9B93 Up: Map Next: 9BB1