aboutsummaryrefslogtreecommitdiff
path: root/test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test.asm')
-rw-r--r--test.asm12
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