diff options
author | Marvin Borner | 2023-01-28 22:29:48 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-28 22:29:48 +0100 |
commit | de450bfb4354f716fb43fae69d90ed513068d10b (patch) | |
tree | b474219ae3baaeb8a075e6fbb5c57c3857faa588 /test.asm | |
parent | 75bb42663294b388377178b7257c6f8c0f787032 (diff) |
Rewrite, bootstrap
Rewriting without KVM, huge goals, won't finish, just for fun.
Diffstat (limited to 'test.asm')
-rw-r--r-- | test.asm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test.asm b/test.asm deleted file mode 100644 index f115ca4..0000000 --- a/test.asm +++ /dev/null @@ -1,12 +0,0 @@ -xor dx, dx - -test: -in ax, 0x60 -mov bx, 42 - -mov cx, 1 -add dx, cx -cmp dx, 255 -jne test - -hlt |