Changeset 48 for trunk/page00/menu.asm

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

Finally fixed that LCD-still-off-when-turning-on problem, and we're now impervious to battery pulls
We finally have a way to start implementing reset-specific things, like setting up the various floating-point and operator stacks, as well as the beginnings of variable storage

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/menu.asm

    r47 r48  
    99;Key code is in A. Check to see if it's a menu key and back out if not, otherwise handle it. 
    1010;Return carry flag set if you want the system monitor to restart, otherwise the current cxMain handler will get called for this key. 
     11       or a 
     12       ret 
    1113