Changeset 568 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- Location:
- trunk/Assembly_Library/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Delay.inc
r567 r568 5 5 6 6 ;-------------------------------------------------------------------- 7 ; Clears prefetch queue by jumping to next instruction.8 ; This delays much more than nop instruction offast systems.7 ; Clears prefetch queue by jumping to the next instruction. 8 ; This delays much more than the nop instruction on fast systems. 9 9 ; 10 10 ; JMP_DELAY -
trunk/Assembly_Library/Inc/Emulate.inc
r510 r568 74 74 ;-------------------------------------------------------------------- 75 75 %macro eSALC 0 76 db 0D6h 76 ; db 0D6h 77 salc 77 78 %endmacro 78 79
Note:
See TracChangeset
for help on using the changeset viewer.