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