chiark / gitweb /
attempt at initial pic test prog
authorian <ian>
Mon, 9 Aug 2004 00:16:25 +0000 (00:16 +0000)
committerian <ian>
Mon, 9 Aug 2004 00:16:25 +0000 (00:16 +0000)
.cvsignore
iwjpictest/copybits.asm [new file with mode: 0644]
iwjpictest/flasher.asm [new file with mode: 0644]
iwjpictest/serialloop.asm [new file with mode: 0644]

index 8e21700651a6561ca16eb111d67e84f90014d197..b1767e314efc590c421d3e9f0047e37127e36ca1 100644 (file)
@@ -18,3 +18,6 @@ bulkres-items.partlist
 bulkres-select.partlist
 bulkres.bom
 divider-table.txt
+flasher.lst
+flasher.hex
+flasher.cod
diff --git a/iwjpictest/copybits.asm b/iwjpictest/copybits.asm
new file mode 100644 (file)
index 0000000..45e7b82
--- /dev/null
@@ -0,0 +1,13 @@
+;
+
+;              __config        config
+
+               db              0x00
+
+__config
+               db              0x00, 0x15, 0x00, 0x00
+               db              0x00, 0x00, 0x85, 0x00
+               db              0x0f, 0xc0, 0x0f, 0xe0
+               db              0x0f, 0x40
+
+               end
diff --git a/iwjpictest/flasher.asm b/iwjpictest/flasher.asm
new file mode 100644 (file)
index 0000000..45e7b82
--- /dev/null
@@ -0,0 +1,13 @@
+;
+
+;              __config        config
+
+               db              0x00
+
+__config
+               db              0x00, 0x15, 0x00, 0x00
+               db              0x00, 0x00, 0x85, 0x00
+               db              0x0f, 0xc0, 0x0f, 0xe0
+               db              0x0f, 0x40
+
+               end
diff --git a/iwjpictest/serialloop.asm b/iwjpictest/serialloop.asm
new file mode 100644 (file)
index 0000000..45e7b82
--- /dev/null
@@ -0,0 +1,13 @@
+;
+
+;              __config        config
+
+               db              0x00
+
+__config
+               db              0x00, 0x15, 0x00, 0x00
+               db              0x00, 0x00, 0x85, 0x00
+               db              0x0f, 0xc0, 0x0f, 0xe0
+               db              0x0f, 0x40
+
+               end