From: ian Date: Mon, 9 Aug 2004 00:16:25 +0000 (+0000) Subject: attempt at initial pic test prog X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=0b12f22a3b4ed79069337d9aed134251433a923e;p=trains.git attempt at initial pic test prog --- diff --git a/.cvsignore b/.cvsignore index 8e21700..b1767e3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 index 0000000..45e7b82 --- /dev/null +++ b/iwjpictest/copybits.asm @@ -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 index 0000000..45e7b82 --- /dev/null +++ b/iwjpictest/flasher.asm @@ -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 index 0000000..45e7b82 --- /dev/null +++ b/iwjpictest/serialloop.asm @@ -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