Changeset 47 for trunk/page1D/1Dbase.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/page1D/1Dbase.asm

    r42 r47  
    33 
    44 PUBLIC _JErrorNo,_UnlockFlash,_GetKey 
    5  EXTERN JErrorNo,UnlockFlash,GetKey,keyscnlnk,Rec1stByteNC,RecAByteIO,MemClear 
    6  EXTERN ClrLCDFull,PutS,GetCSC,CursorOff,CursorOn,hideCursor,showCursor 
     5 EXTERN JErrorNo,UnlockFlash,GetKey,keyscnlnk,Rec1stByteNC,RecAByteIO,MemClear,ClrTxtShd 
     6 EXTERN ClrLCDFull,PutS,GetCSC,CursorOff,CursorOn,hideCursor,showCursor,ClrScrnFull 
    77 
    88;4000h: 
     
    13591359       DW 0000h 
    13601360       DB 00h 
    1361 ;_ClrScrnFull           equ 4546h 
    1362        DW 0000h 
     1361_ClrScrnFull: 
     1362       DW ClrScrnFull 
    13631363       DB 00h 
    13641364;_ClrScrn               equ 4549h 
    13651365       DW 0000h 
    13661366       DB 00h 
    1367 ;_ClrTxtShd             equ 454Ch 
    1368        DW 0000h 
     1367_ClrTxtShd: 
     1368       DW ClrTxtShd 
    13691369       DB 00h 
    13701370;_ClrWindow             equ 454Fh