This commit is contained in:
2026-07-16 12:25:32 +10:00
parent b53b4b259f
commit c4b1bb1ed1
3 changed files with 20 additions and 5 deletions

5
tests/add.asm Normal file
View File

@@ -0,0 +1,5 @@
mvi a 2
mvi b 2
add a b
hlt