mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-07 06:30:04 +00:00
Added missing fragment for leac0045
This commit is contained in:
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}
|
Reference in New Issue
Block a user