mirror of
https://github.com/cc65/cc65.git
synced 2024-11-12 07:07:19 +00:00
16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
ca65 Vx.xx - Git XXXXXXXXX
|
|
Main file : 050-case-off-2.s
|
|
Current file: 050-case-off-2.s
|
|
|
|
000000r 1 ; 2022-06-20 Spiro Trikaliotis
|
|
000000r 1
|
|
000000r 1 .case -
|
|
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
|