Show
Ignore:
Timestamp:
10/10/09 03:20:47 (3 years ago)
Author:
brandonlw
Message:

I'm reaching a point where I really need to be adding oncalc debugging tools, so I guess I'll start working on the system monitor and a basic menu system, rebuilding the APPS and PRGM menus to start with.
From there I can get a Calcsys-style hex editor in there and oncalc usb8x/USBTools-style logging.
Heck, maybe I can even transfer Calcsys TO it and execute at least part of it.
It's a lot of work and kind of off-track, but it's the only way I'm going to diagnose the dual booting and linking problems.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/extras/dumpmem.z80

    r46 r47  
    3333        pop bc 
    3434        pop de 
     35        jr nc,noErrorDetected 
     36        ld a,(myPage) 
     37        push de 
     38        push bc 
     39        push hl 
     40        call GetSmallDump 
     41        pop hl 
     42        pop bc 
     43        pop de 
    3544        jr c,errorDetected 
     45noErrorDetected: 
    3646        add hl,bc 
    3747        ex de,hl 
     
    8797        bcall(_RecAByteIO) 
    8898        bcall(_SendAck) 
     99        call APP_POP_ERRORH 
    89100        xor a 
    90101        jr getDumpDone