1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-01 02:29:30 +00:00

Working on CPU/ROM support. #307

This commit is contained in:
Jesper Gravgaard 2019-09-08 16:26:25 +02:00
commit 1a6be50c70
989 changed files with 263 additions and 202 deletions

View File

@ -2,8 +2,6 @@ lda {z2}
clc
adc #2
sta {z1}
bcc !+
lda {z2}+1
adc #0
sta {z1}+1
!:
sta {z1}+1

Some files were not shown because too many files have changed in this diff Show More