Changeset 48 for trunk/page00/menu.asm
- Timestamp:
- 10/10/09 22:20:11 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page00/menu.asm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page00/menu.asm
r47 r48 9 9 ;Key code is in A. Check to see if it's a menu key and back out if not, otherwise handle it. 10 10 ;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 11 13
