diff options
Diffstat (limited to 'pc-thing/code/move-bootloader.c')
-rw-r--r-- | pc-thing/code/move-bootloader.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pc-thing/code/move-bootloader.c b/pc-thing/code/move-bootloader.c deleted file mode 100644 index 1aa938a..0000000 --- a/pc-thing/code/move-bootloader.c +++ /dev/null @@ -1,11 +0,0 @@ -#define codeStart 900 - -int main() { - // set up stack - *(volatile unsigned char *)0x7000 = 0x6000; - volatile unsigned char* codePointer = 0; - while () - { - volatile unsigned char* targetPointer = 0x6000 + codePointer; - } -} \ No newline at end of file |