Changeset 47 for trunk/page00/home.asm

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/page00/home.asm

    r42 r47  
    2626       pop hl 
    2727       ld (curRow),hl 
    28        cp kGraph 
    29        jr z,graphPressed 
    3028       cp kYequ 
    3129       ret nz 
     
    6260       set curAble,(iy+curFlags) 
    6361       ret 
    64 graphPressed: 
    65        B_CALL UnlockFlash 
    66        ld a,70h 
    67        ld b,0 
    68        ld de,7FFFh 
    69        B_CALL WriteAByte 
    70        ret 
     62