aboutsummaryrefslogtreecommitdiff
path: root/code.asm
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-04 21:44:47 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-04 21:44:47 +0530
commita566c1737bc8cfa0c65ccd684af534c7430c35f6 (patch)
tree8f30aecbaf7bcecde6955867a9527bf49dacae43 /code.asm
parentd05f2980db4a3bd6cb90dae478560fc15fccb128 (diff)
simulator -> emulator
Diffstat (limited to 'code.asm')
-rw-r--r--code.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/code.asm b/code.asm
new file mode 100644
index 0000000..09ecba8
--- /dev/null
+++ b/code.asm
@@ -0,0 +1,4 @@
+mov a, 10
+mov b, 5
+add a, b
+hlt