diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-04 21:44:47 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-04 21:44:47 +0530 |
| commit | a566c1737bc8cfa0c65ccd684af534c7430c35f6 (patch) | |
| tree | 8f30aecbaf7bcecde6955867a9527bf49dacae43 /code.asm | |
| parent | d05f2980db4a3bd6cb90dae478560fc15fccb128 (diff) | |
simulator -> emulator
Diffstat (limited to 'code.asm')
| -rw-r--r-- | code.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code.asm b/code.asm new file mode 100644 index 0000000..09ecba8 --- /dev/null +++ b/code.asm @@ -0,0 +1,4 @@ +mov a, 10 +mov b, 5 +add a, b +hlt |
