From 49e6897d7938169d5d16cc6a40e555c8a5ba0242 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 4 Jan 2026 23:59:29 +0530 Subject: update README.md --- program.asm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'program.asm') diff --git a/program.asm b/program.asm index 09ecba8..74bebdd 100644 --- a/program.asm +++ b/program.asm @@ -1,4 +1,10 @@ +; add mov a, 10 mov b, 5 add a, b + +; sub +mov a, 15 +mov b, 15 +sub a, b hlt -- cgit v1.2.3