how to use basck RUN entry point

Discussion about other targets
Post Reply
nippur72
Member
Posts: 29
Joined: Sat Sep 29, 2018 4:47 pm

how to use basck RUN entry point

Post by nippur72 »

I need to simulate a "RUN" command on a +laser500, part of a turbo tape routine which should autorun programs after they are loaded.

Scanning the ROM with "basck" gives me:

Code: Select all

#        RUN              [138]        - $2966
but I don't know how to use it. Jumping to $2966 produces a SYNTAX ERROR

Any suggestions?

Here's what can be found at $2966:

Code: Select all

2966 cdcd85    call    85cdh
2969 ca105f    jp      z,5f10h
296c fe0e      cp      0eh
296e 2805      jr      z,2975h
2970 fe0d      cp      0dh
2972 c22822    jp      nz,2228h
2975 cd145f    call    5f14h
2978 01b427    ld      bc,27b4h
297b 1816      jr      2993h
297d 0e03      ld      c,03h
297f cd9e5e    call    5e9eh
2982 cd2b29    call    292bh
2985 c1        pop     bc
2986 e5        push    hl
2987 e5        push    hl
2988 2a3f80    ld      hl,(803fh)
298b e3        ex      (sp),hl
298c 3e8d      ld      a,8dh
298e f5        push    af
298f 33        inc     sp
...
Post Reply