From 4166b0e5430bd723e31c1198b8d940381aded499 Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 5 Jan 2026 13:15:01 +0530 Subject: add cmp instruction, add reg, reg, and reg, imm variations --- examples/subtraction.asm | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 examples/subtraction.asm (limited to 'examples/subtraction.asm') 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 -- cgit v1.2.3