Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Oct 12, 2010, 6:51:07 PM (14 years ago)
- google:author:
- aitotat
- Location:
- trunk/Assembly_Library/Inc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/CgaSnow.inc
r49 r52 2 2 ; Project name : AssemblyLibrary 3 3 ; Created date : 8.10.2010 4 ; Last update : 8.10.20104 ; Last update : 11.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Macros for preventing CGA snow. … … 28 28 %elifidn %1, stosw 29 29 call CgaSnow_Stosw 30 %elifidn %1, scasb31 call CgaSnow_Scasb32 30 %elifidn %1, rep movsb 33 31 call CgaSnow_RepMovsb -
trunk/Assembly_Library/Inc/Display.inc
r50 r52 2 2 ; Project name : AssemblyLibrary 3 3 ; Created date : 25.6.2010 4 ; Last update : 9.10.20104 ; Last update : 11.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Defines for display library. … … 26 26 %elifidn %1, PopDisplayContext 27 27 call DisplayContext_Pop 28 %elifidn %1, PrepareOffScreenBufferInESBX toESDI29 call DisplayContext_PrepareOffScreenBufferInESBX toESDI28 %elifidn %1, PrepareOffScreenBufferInESBXwithLengthInCX 29 call DisplayContext_PrepareOffScreenBufferInESBXwithLengthInCX 30 30 %else 31 31 mov di, DISPLAY_LIB.%1 … … 39 39 .PushDisplayContext: 40 40 .PopDisplayContext: 41 .PrepareOffScreenBufferInESBXtoESDI:42 41 .InitializeDisplayContext resb 2 43 42 -
trunk/Assembly_Library/Inc/Menu.inc
r48 r52 2 2 ; Project name : Assembly Library 3 3 ; Created date : 13.7.2010 4 ; Last update : 5.10.20104 ; Last update : 12.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Defines for Menu library. … … 95 95 .wTimeoutTicks resb 2 ; Selection timeout in system timer ticks 96 96 .wItems resb 2 ; Number of items in menu 97 .wHighlightedItem resb 2 ; Index for highlighted item 97 98 98 99 .wTitleAndInfoLines: … … 115 116 resb 1 116 117 .wTimeoutCounter resb 2 117 118 .wHighlightedItem resb 2 ; Index for highlighted item119 118 .wFirstVisibleItem resb 2 ; Index for first visible item on the menu 120 119 endstruc
Note:
See TracChangeset
for help on using the changeset viewer.