diff options
author | Marvin Borner | 2021-08-29 13:54:31 +0200 |
---|---|---|
committer | Marvin Borner | 2021-08-29 13:54:31 +0200 |
commit | eef250dd4a0ae185a8d9d668f020b2ab5c2f4849 (patch) | |
tree | e55aca9bfe918c5673ef925cdf373fdff68faafd /test.asm | |
parent | 7c047df78502d53411fef09c6e39540d2b7e796a (diff) |
Start x86 rewrite
Diffstat (limited to 'test.asm')
-rw-r--r-- | test.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test.asm b/test.asm deleted file mode 100644 index f834fd5..0000000 --- a/test.asm +++ /dev/null @@ -1,4 +0,0 @@ -P0 DATA 080h - -mov A, #42 -jmp $ |