index
:
ATK16.git
main
DIY CPU + peripheral project
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test_sum.atk16
blob: 3f69a5561ef98d387605509264ed75b1e6b805c7 (
plain
)
1
2
3
ldi RA 10 ; RA := 10 ldi RB 20 ; RB := 20 add RA RB RC ; RC := RA + RB