1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-10 13:29:50 +00:00
cc65/test/asm/listing/050-case-on-5.s
2022-06-20 23:03:12 +02:00

11 lines
124 B
ArmAsm

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