4cade/src/cheat/bruce.lee.a

19 lines
207 B
Plaintext
Raw Normal View History

2019-09-14 05:30:01 +00:00
;license:MIT
;(c) 2019 by qkumba
!cpu 6502
!to "build/cheat/BRUCE.LEE",plain
*=$14D
lda #<cheat
sta $b3e
lda #>cheat
sta $b3f
rts
cheat
jsr $22a
lda #$2c
sta $8a7e
rts