aboutsummaryrefslogtreecommitdiff
path: root/program.asm
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-05 00:11:08 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-05 00:11:08 +0530
commit2fb5bbaa8d97a390b3175026040709c762cb93ec (patch)
treec26823da26358d0b67ccd78905b0c43a43ce9da1 /program.asm
parent49e6897d7938169d5d16cc6a40e555c8a5ba0242 (diff)
add examples
Diffstat (limited to 'program.asm')
-rw-r--r--program.asm10
1 files changed, 0 insertions, 10 deletions
diff --git a/program.asm b/program.asm
deleted file mode 100644
index 74bebdd..0000000
--- a/program.asm
+++ /dev/null
@@ -1,10 +0,0 @@
-; add
-mov a, 10
-mov b, 5
-add a, b
-
-; sub
-mov a, 15
-mov b, 15
-sub a, b
-hlt