Posted By
ChrisM on 2019-01-04 19:02:54
| Re: JMP to machine code copied from cartridge ROM?
Thanks, the ROM map is very helpful. Would this be correct to jump to $3100 from cartridge ROM?
;set jump pos lda #$00 sta $05f0 lda #$31 sta $05f1 ;long jump jmp $FC89
|