diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-04 23:49:04 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-04 23:49:04 +0530 |
| commit | debe2ecbc4f819dfec7f5ca7c1f0e2fd6bc37708 (patch) | |
| tree | 714a4f6164e646e17ce1c40babb731365c795444 /program.asm | |
| parent | a566c1737bc8cfa0c65ccd684af534c7430c35f6 (diff) | |
add simple assembler
Diffstat (limited to 'program.asm')
| -rw-r--r-- | program.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program.asm b/program.asm new file mode 100644 index 0000000..09ecba8 --- /dev/null +++ b/program.asm @@ -0,0 +1,4 @@ +mov a, 10 +mov b, 5 +add a, b +hlt |
