Changeset 157 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
- Timestamp:
- May 1, 2011, 8:34:29 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
r155 r157 82 82 83 83 ; Clean stack and return 84 rcl al, 1 ; Store CF 85 add sp, BYTE SIZE_OF_FAKE_IDEPACK 86 rcr al, 1 ; Restore CF 84 lea sp, [bp+SIZE_OF_FAKE_IDEPACK] ; This assumes BP hasn't changed between Idepack_FakeToSSBP and here 87 85 pop bp 88 86 ret
Note:
See TracChangeset
for help on using the changeset viewer.