Prev: 38907 Up: Map Next: 38928
38919: Control Code 11:
ControlCode_11 38919 INC HL Increment HL by one.
38920 DEC (HL) Decrease *HL by one.
38921 JP P,ControlCode_Return_1 Jump to ControlCode_Return_1 if *HL is greater than or equal to 0.
38924 INC (HL) Increment *HL by one.
38925 JP ControlCode_Return_1 Jump to ControlCode_Return_1.
Prev: 38907 Up: Map Next: 38928