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

16 lines
483 B
Plaintext

ca65 Vx.xx - Git XXXXXXXXX
Main file : 050-case-off-3.s
Current file: 050-case-off-3.s
000000r 1 ; 2022-06-20 Spiro Trikaliotis
000000r 1
000000r 1 .case off
000000r 1
000000r 1 CamelCase:
000000r 1 A9 00 lda #0
000002r 1
000002r 1 Test:
000002r 1 F0 FC beq CamelCase
000004r 1 D0 FA bne camelcase
000004r 1