mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
6 lines
73 B
PHP
6 lines
73 B
PHP
|
|
||
|
inx ; x = 2
|
||
|
cpx #$02
|
||
|
jne exiterror
|
||
|
|