You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;
; INDEX INTO TABLE OF WORD-LENGTH ADDRESSES
; OBTAIN ROUTINE ADDRESS FROM TABLE AND TRANSFER CONTROL TO IT
;
;
;
ASLA ; DOUBLE INDEX FOR WORD-LENGTH ENTRIES
LDX #JMPTBL ; GET BASE ADDRESS OF JUMP TABLE
JMP ; JUMP INDIRECTLY TO SUBROUTINE
The last line should be: JMP [A,X] ; JUMP INDIRECTLY TO SUBROUTINE
The text was updated successfully, but these errors were encountered:
The last line should be:
JMP [A,X] ; JUMP INDIRECTLY TO SUBROUTINE
The text was updated successfully, but these errors were encountered: