Changeset 49 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Oct 8, 2010, 4:04:22 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/CgaSnow.inc
r48 r49 25 25 %ifdef ELIMINATE_CGA_SNOW 26 26 %ifidn %1, stosb 27 call CgaSnow_Stosb WithoutCgaSnow27 call CgaSnow_Stosb 28 28 %elifidn %1, stosw 29 call CgaSnow_Stosw WithoutCgaSnow29 call CgaSnow_Stosw 30 30 %elifidn %1, scasb 31 call CgaSnow_Scasb WithoutCgaSnow31 call CgaSnow_Scasb 32 32 %elifidn %1, rep movsb 33 call CgaSnow_RepMovsb WithoutCgaSnow33 call CgaSnow_RepMovsb 34 34 %else 35 35 %error "Invalid instruction passed to WAIT_RETRACE_IF_NECESSARY_THEN"
Note:
See TracChangeset
for help on using the changeset viewer.