mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-17 10:30:43 +00:00
Added missing fragments for Paul Nelsen.
This commit is contained in:
parent
8c56181554
commit
a2ce3a5e14
4
src/main/fragment/vboaa=vbuaa_neq_vbuz1.asm
Normal file
4
src/main/fragment/vboaa=vbuaa_neq_vbuz1.asm
Normal file
@ -0,0 +1,4 @@
|
||||
eor {z1}
|
||||
beq !+
|
||||
lda #1
|
||||
!:
|
7
src/main/fragment/vwuz1=vwuc1_minus_vbuz2.asm
Normal file
7
src/main/fragment/vwuz1=vwuc1_minus_vbuz2.asm
Normal file
@ -0,0 +1,7 @@
|
||||
sec
|
||||
lda #<{c1}
|
||||
sbc {z2}
|
||||
sta {z1}
|
||||
lda #>{c1}
|
||||
sbc #0
|
||||
sta {z1}+1
|
Loading…
x
Reference in New Issue
Block a user