Changeset 55 for trunk/page1D/1Dbase.asm

Show
Ignore:
Timestamp:
10/11/09 23:33:32 (3 years ago)
Author:
brandonlw
Message:

We now have a basic menu system and the beginnings of an oncalc hex editor
I also was forced to duplicate PutMap? instead of using the boot code hack, since it doesn't support inverse text
Progress...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page1D/1Dbase.asm

    r47 r55  
    44 PUBLIC _JErrorNo,_UnlockFlash,_GetKey 
    55 EXTERN JErrorNo,UnlockFlash,GetKey,keyscnlnk,Rec1stByteNC,RecAByteIO,MemClear,ClrTxtShd 
    6  EXTERN ClrLCDFull,PutS,GetCSC,CursorOff,CursorOn,hideCursor,showCursor,ClrScrnFull 
     6 EXTERN ClrLCDFull,PutS,GetCSC,CursorOff,CursorOn,hideCursor,showCursor,ClrScrnFull,KeyToString 
     7 EXTERN JForceCmdNoChar,JForceCmd 
    78 
    89;4000h: 
     
    4748       DW 0000h 
    4849       DB 00h 
    49 ;_JForceCmdNoChar       equ 4027h 
    50        DW 0000h 
    51        DB 00h 
    52 ;_JForceCmd             equ 402Ah ; 
    53        DW 0000h 
     50_JForceCmdNoChar: 
     51       DW JForceCmdNoChar 
     52       DB 00h 
     53_JForceCmd: 
     54       DW JForceCmd 
    5455       DB 00h 
    5556;_sysErrHandler         equ 402Dh ;loads error context? sp=(onSP) 
     
    14911492       DW showCursor 
    14921493       DB 00h 
    1493 ;_KeyToString           equ 45CAh 
    1494        DW 0000h 
    1495        DB 00h 
     1494_KeyToString: 
     1495       DW KeyToString 
     1496       DB 01h 
    14961497;_PULLDOWNCHK           equ 45CDh ;something wrong here 
    14971498       DW 0000h