Changeset 146 for trunk/bootcode/regular/driveio.asm
- Timestamp:
- Apr 8, 2017, 12:27:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/driveio.asm
r143 r146 416 416 ret 417 417 DriveIO_SavePartition EndP 418 419 ; Keeps DS:SI for caller420 DriveIO_LoadTmpSector Proc Near421 mov si, offset TmpSector422 call DriveIO_LoadSector423 ret424 DriveIO_LoadTmpSector EndP425 426 ; Keeps DS:SI for caller427 DriveIO_SaveTmpSector Proc Near428 mov si, offset TmpSector429 call DriveIO_SaveSector430 ret431 DriveIO_SaveTmpSector EndP432 418 433 419
Note:
See TracChangeset
for help on using the changeset viewer.