Changeset 567 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- May 26, 2014, 1:25:15 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Delay.inc
r287 r567 30 30 ; 31 31 ; LOOP instruction uses two bytes so aligned fetching will require: 32 ; 33 ; 34 ; 35 ; 32 ; 8088: 8 cycles (two BYTE reads) 33 ; 8086: 4 cycles (one WORD read) 34 ; 286: 2 cycles + wait states (usually 1) 35 ; 386: ? 36 36 ; 486: Fetched only once to internal cache 37 37 ;
Note:
See TracChangeset
for help on using the changeset viewer.