X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/bd5af9a5d1b1fe3d36f5222157a0744f919b522a..8e922ce3795d98a725660c34dbd6d726769324b8:/avrcpm.asm diff --git a/avrcpm.asm b/avrcpm.asm index 50ce1f8..4665c7c 100644 --- a/avrcpm.asm +++ b/avrcpm.asm @@ -42,14 +42,13 @@ #endif .list .cseg + .org 0 rjmp start ; reset vector .org INT_VECTORS_SIZE .include "init.asm" - .include "mmc.asm" -; .include "mmc-old.asm" #if DRAM_8BIT /* Implies software uart */ .include "sw-uart.asm" .include "dram-8bit.asm" @@ -61,6 +60,8 @@ .include "timer.asm" .include "utils.asm" ; .include "heap.asm" + .include "mmc.asm" +; .include "mmc-old.asm" ; >>>-------------------------------------- Virtual Devices .include "virt_ports.asm" ; Virtual Ports for BIOS