chiark / gitweb /
remove the silly test files used for checking assembler/linker's error behaviour
authorian <ian>
Mon, 2 May 2005 09:23:34 +0000 (09:23 +0000)
committerian <ian>
Mon, 2 May 2005 09:23:34 +0000 (09:23 +0000)
iwjpictest/a2.asm [deleted file]
iwjpictest/asmtest.asm [deleted file]

diff --git a/iwjpictest/a2.asm b/iwjpictest/a2.asm
deleted file mode 100644 (file)
index d14ea76..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-       include         /usr/share/gputils/header/p18f458.inc
-       include         insn-aliases.inc
-        radix           dec 
-
-       global          wonk
-       
-       org             0x20
-       fill            0x2345, 0x14
-wonk
-       nop
-
-.glork udata
-gthing2        res     1
-gother2        res     1
-
-       udata_acs
-thing2 res     1
-other2 res     1
-
-       end
diff --git a/iwjpictest/asmtest.asm b/iwjpictest/asmtest.asm
deleted file mode 100644 (file)
index d338d4c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-       include         /usr/share/gputils/header/p18f458.inc
-       include         insn-aliases.inc
-        radix           dec 
-
-       extern  wonk
-
-       org     0
-       mov_wf  thing
-
-       dw      0x5678
-
-       code
-       addwf           0x042,0
-       addwf           0x042,0,0
-       addwf           0x042,0,1
-       addwf           0xfde,0
-       addwf           0xfde,0,0
-       addwf           0xfde,0,1
-       addwf           0x376,0
-       addwf           0x376,0,0
-       addwf           0x376,0,1
-       add_wfw         0x376
-       add_wfwa        0x376
-       add_wfwb        0x376
-       goto            lab
-       nop
-       bra_c           wonk
-       bra             lab
-lab
-       nop
-
-.glork udata
-gthing res     1
-gother res     1
-
-ua     udata_acs
-thing  res     1
-other  res     1
-
-       end