Changeset 390 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Apr 17, 2012, 2:35:52 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/Assembly_Library/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Display.inc
r370 r390 82 82 %endif 83 83 84 ; Attribute flags for DISPLAY_LIB.SetCharacterOutputFunctionFromAXwithAttributeFlagIn DL84 ; Attribute flags for DISPLAY_LIB.SetCharacterOutputFunctionFromAXwithAttributeFlagInBL 85 85 ATTRIBUTES_NOT_USED EQU 0 86 86 ATTRIBUTES_ARE_USED EQU FLG_CONTEXT_ATTRIBUTES 87 87 88 ; Character output functions for DISPLAY_LIB.SetCharacterOutputFunctionFromAXwithAttributeFlagIn DL88 ; Character output functions for DISPLAY_LIB.SetCharacterOutputFunctionFromAXwithAttributeFlagInBL 89 89 TELETYPE_OUTPUT_WITH_ATTRIBUTE EQU DisplayCharOut_TeletypeOutputWithAttribute 90 90 TELETYPE_OUTPUT_WITHOUT_ATTRIBUTE EQU DisplayCharOut_TeletypeOutput -
trunk/Assembly_Library/Inc/Emulate.inc
r293 r390 164 164 %endmacro 165 165 166 %macro eCMOVNC 2 167 jc SHORT %%Return 168 mov %1, %2 169 %%Return: 170 %endmacro 171 166 172 %macro eCMOVZ 2 167 173 jnz SHORT %%Return … … 186 192 %macro eCMOVB 2 187 193 jnb SHORT %%Return 194 mov %1, %2 195 %%Return: 196 %endmacro 197 198 %macro eCMOVS 2 199 jns SHORT %%Return 188 200 mov %1, %2 189 201 %%Return:
Note:
See TracChangeset
for help on using the changeset viewer.