Prev: 37945 Up: Map Next: 37989
37959: Routine at 9447
Used by the routines at 37865, 37891, 37918 and 38754.
37959 LD C,A C=A.
37960 LD B,0 B=0.
37962 ADD IX,BC IX+=BC.
37964 LD C,(IX+6) C=*IX+6.
37967 LD B,(IX+7) B=*IX+7.
37970 ADD HL,BC HL+=BC.
37971 LD C,(IX+2) C=*IX+2.
37974 LD B,(IX+3) B=*IX+3.
37977 PUSH HL IX=HL (using the stack).
37978 POP IX
This entry point is used by the routine at 37989.
37980 PUSH BC Stash BC and IX on the stack.
37981 PUSH IX
This entry point is used by the routine at 37989.
37983 PUSH BC Stash BC and IX on the stack.
37984 PUSH IX
37986 JP 38092 Jump to 38092.
Prev: 37945 Up: Map Next: 37989