aboutsummaryrefslogtreecommitdiff
path: root/examples/subtraction.asm
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-05 13:15:01 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-05 13:15:01 +0530
commit4166b0e5430bd723e31c1198b8d940381aded499 (patch)
tree4a919035d0225a7ed752e8692fc03fa8f62c1e25 /examples/subtraction.asm
parent57bbca6cb271f7b5819c02aca9e54e3e3cba8a33 (diff)
add cmp instruction, add reg, reg, and reg, imm variations
Diffstat (limited to 'examples/subtraction.asm')
-rw-r--r--examples/subtraction.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/subtraction.asm b/examples/subtraction.asm
deleted file mode 100644
index cfc9db5..0000000
--- a/examples/subtraction.asm
+++ /dev/null
@@ -1,4 +0,0 @@
-mov a, 15
-mov b, 15
-sub a, b
-hlt