- Timestamp:
- Mar 22, 2013, 5:40:35 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/Assembly_Library
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuEvent.asm
r526 r527 155 155 ; AX, BX, DX 156 156 ;-------------------------------------------------------------------- 157 %ifdef MENUEVENT_KeyStrokeInAX158 157 ALIGN MENU_JUMP_ALIGN 159 158 MenuEvent_KeyStrokeInAX: 160 159 mov bl, MENUEVENT_KeyStrokeInAX 161 160 SKIP2B dx ; mov dx, <next instruction> 162 %endif163 161 164 162 ;-------------------------------------------------------------------- -
trunk/Assembly_Library/Src/Menu/MenuInit.asm
r526 r527 165 165 ; Nothing 166 166 ;-------------------------------------------------------------------- 167 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS168 167 ALIGN MENU_JUMP_ALIGN 169 168 MenuInit_GetHighlightedItemToAX: 170 169 mov ax, [bp+MENUINIT.wHighlightedItem] 171 170 ret 172 %endif173 171 174 172 -
trunk/Assembly_Library/Src/Menu/MenuLoop.asm
r526 r527 85 85 xchg ax, cx 86 86 call .ProcessMenuSystemKeystrokeFromAX 87 %ifdef MENUEVENT_KeyStrokeInAX88 87 jc SHORT NoKeystrokeToProcess 89 88 jmp MenuEvent_KeyStrokeInAX 90 %else91 jmp SHORT NoKeystrokeToProcess92 %endif93 89 94 90 ;-------------------------------------------------------------------- -
trunk/Assembly_Library/makefile
r256 r527 20 20 # Assembly source code file (*.asm): 21 21 #SRC_ASM = Src/LibraryTests.asm 22 SRC_ASM = Src/TimerTest.asm23 #SRC_ASM = Src/LibSizeCheck.asm22 #SRC_ASM = Src/TimerTest.asm 23 SRC_ASM = Src/LibSizeCheck.asm 24 24 25 25 # Program executable file name without extension:
Note:
See TracChangeset
for help on using the changeset viewer.