mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-08 12:30:58 +00:00
Added missing fragment for leac0045
This commit is contained in:
parent
a4450db06a
commit
887b9b08d7
8
src/main/fragment/vwsc1_ge_vwsz1_then_la1.asm
Normal file
8
src/main/fragment/vwsc1_ge_vwsz1_then_la1.asm
Normal file
@ -0,0 +1,8 @@
|
||||
lda #<{c1}
|
||||
cmp {z1}
|
||||
lda #>{c1}
|
||||
sbc {z1}+1
|
||||
bvc !+
|
||||
eor #$80
|
||||
!:
|
||||
bpl {la1}
|
Loading…
x
Reference in New Issue
Block a user