Changeset 292 in xtideuniversalbios for trunk/Assembly_Library/Src
- Timestamp:
- Mar 3, 2012, 6:53:28 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Serial/SerialServer.asm
r277 r292 37 37 mov al,[bp+SerialServer_Command.bSectorCount] 38 38 mov ah,[bp+SerialServer_Command.bCommand] 39 39 40 ; 40 41 ; Command byte and sector count live at the top of the stack, pop/push are used to access … … 116 117 push ax 117 118 119 %ifndef SERIALSERVER_NO_ZERO_SECTOR_COUNTS 118 120 test al,al ; if no sectors to be transferred, wait for the ACK checksum on the command 119 121 jz .zeroSectors 120 122 %endif 123 121 124 ; 122 125 ; Top of the read/write loop, one iteration per sector
Note:
See TracChangeset
for help on using the changeset viewer.