Changeset 181 in xtideuniversalbios for trunk/Configurator/Src/BiosFile.asm
- Timestamp:
- Nov 13, 2011, 3:38:40 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/Src/BiosFile.asm
r145 r181 29 29 30 30 ; Ask if user wants to save 31 mov ax, cs 32 mov ds, ax 33 mov es, ax 31 push cs 32 pop ds 33 push cs 34 pop es 34 35 call BiosFile_DoesUserWantToSaveChanges 35 36 jnc SHORT .Return
Note:
See TracChangeset
for help on using the changeset viewer.