This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
ApisNecros
/
yaict
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
main
Branches
Tags
main
yaict
/
tests
/
addition-with-vars.icasm
addition-with-vars.icasm
64 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
ld @op1, 10
ld @op2, 37
add @op2, @op1, 0d2
add 0d2, 3, 0d12
hlt