From 724ea3e23548f86750ed9e5eaa44b39e26cd25df Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Mon, 12 Oct 2020 20:03:17 +0200 Subject: [PATCH] Added missing fragment. --- .../fragment/mos6502-common/vwuc1_lt_vwuc2_then_la1.asm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/fragment/mos6502-common/vwuc1_lt_vwuc2_then_la1.asm diff --git a/src/main/fragment/mos6502-common/vwuc1_lt_vwuc2_then_la1.asm b/src/main/fragment/mos6502-common/vwuc1_lt_vwuc2_then_la1.asm new file mode 100644 index 000000000..536332b0c --- /dev/null +++ b/src/main/fragment/mos6502-common/vwuc1_lt_vwuc2_then_la1.asm @@ -0,0 +1,8 @@ +lda #>{c1}+ +cmp #>{c2}+ +bcc {la1} +bne !+ +lda #<{c1} +cmp #<{c2} +bcc {la1} +!: