1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00
cc65/test/asm/listing/050-case-on-4.s
2022-06-20 23:03:12 +02:00

11 lines
127 B
ArmAsm

; 2022-06-20 Spiro Trikaliotis
.CASE ON
CamelCase:
lda #0
Test:
beq CamelCase
bne camelcase