summaryrefslogtreecommitdiff
path: root/test/test4.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/test4.asm')
-rw-r--r--test/test4.asm16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/test4.asm b/test/test4.asm
deleted file mode 100644
index 357553e2..00000000
--- a/test/test4.asm
+++ /dev/null
@@ -1,16 +0,0 @@
- cpu 186
-
-start: jmp able
- xor ax,ax
- jc start
- jnc able
- jc charlie
- times 100 nop
-able: jc start
- times 100 nop
-baker: jc start
- times 100 nop
-charlie: jc baker
- jnc able
- jmp start
-end: db 0