X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/8b13b36c6542ac4fac3a69ae45f7e296f7754bdb..8e922ce3795d98a725660c34dbd6d726769324b8:/avrcpm.asm diff --git a/avrcpm.asm b/avrcpm.asm index 4e666c9..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" @@ -57,7 +56,12 @@ .include "hw-uart.asm" .include "dram-4bit.asm" #endif - .include "remainders.asm" + .include "dram-refresh.asm" + .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 @@ -72,9 +76,9 @@ ; <<<-------------------------------------- File System Management ; .include "z80int.asm" ;Old 8080 interpreter. ; .include "8080int.asm" ;New 8080 interpreter. -; .include "8080int-t3.asm" -; .include "8080int-t3-jmp.asm" - .include "8080int-jmp.asm" +; .include "8080int-t3.asm" ;Another 8080 interpreter +; .include "8080int-t3-jmp.asm" ;Can't get enough + .include "8080int-jmp.asm" ; .dseg