Changeset 323 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Mar 11, 2012, 6:41:35 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/BiosFunctions.inc
r151 r323 45 45 GET_DRIVE_PARAMETERS EQU 08h 46 46 GET_DISK_TYPE EQU 15h 47 GET_DRIVE_INFORMATION EQU 25h 48 CHECK_EXTENSIONS_PRESENT EQU 41h 49 GET_EXTENDED_DRIVE_INFORMATION EQU 48h 47 50 48 51 ; BIOS system functions -
trunk/Assembly_Library/Inc/Display.inc
r287 r323 64 64 %endif 65 65 .PrintWordFromAXwithBaseInBX resb 2 66 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 67 .PrintQWordFromSSBPwithBaseInBX resb 2 68 %endif 66 69 .PrintCharBufferFromBXSIwithLengthInCX resb 2 67 70 .PrintNullTerminatedStringFromBXSI resb 2
Note:
See TracChangeset
for help on using the changeset viewer.