Changeset 47 for trunk/page01/01base.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/page01/01base.asm

    r41 r47  
    1212       and STATUS_NON_83P_MASK 
    1313       jr z,GetKeyStart 
    14        set linkAssistEnabled,(iy+linkAssistFlags) 
    15        in a,(laStatusPort) 
    16        xor a 
    17        out (laEnPort),a 
     14       ;set linkAssistEnabled,(iy+linkAssistFlags) 
     15       ;in a,(laStatusPort) 
     16       ;xor a 
     17       ;out (laEnPort),a 
    1818       bit 0,(iy+3Eh) 
    1919       jr z,disableLA 
     
    6868       jr GetKeyMainLoop 
    6969receivingData: 
     70       ld hl,kbdKey 
     71       ld (hl),0 
    7072       B_CALL keyscnlnk 
     73;       res indicOnly,(iy+indicFlags)      ;***TESTING 
    7174       ld a,(kbdKey) 
    7275       or a