]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avrcpm/avr/avrcpm.asm
* New macros 'lcall' and 'ljmp'
[avrcpm.git] / avrcpm / avr / avrcpm.asm
index 50ce1f800a5afdea07263cd175cfedad2511a2ff..4665c7cb17be258914c86f3a6768ff1649ebf35e 100644 (file)
 #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