Changeset 568 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r567 r568 181 181 push ax 182 182 push di ; BIOS segment 183 add al, ROMVARS.szVersion - ROMVARS.szTitle183 mov al, ROMVARS.szVersion & 0FFh 184 184 push ax 185 185 %else
Note:
See TracChangeset
for help on using the changeset viewer.