diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-05 20:02:45 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-05 20:02:45 +0530 |
| commit | 68d85406ef834312b39474c11be09e5ed1a228b4 (patch) | |
| tree | 72abd67485bec09f401715dcd2e0495318cd8636 /examples/mov.asm | |
| parent | deac6a4448be93c3c70655cea821e84a7a1b116c (diff) | |
add table example
Diffstat (limited to 'examples/mov.asm')
| -rw-r--r-- | examples/mov.asm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/mov.asm b/examples/mov.asm deleted file mode 100644 index 4aa3c04..0000000 --- a/examples/mov.asm +++ /dev/null @@ -1,5 +0,0 @@ -mov a, 10 -mov b, a -cmp a, b -cmp a, 10 -hlt |
