1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00

Working on CPU/ROM support. #303 #307

This commit is contained in:
jespergravgaard 2019-09-08 15:28:33 +02:00
parent 3d0871f757
commit ce924d03cd
983 changed files with 154 additions and 84 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