home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Programming Black Book (Special Edition)
/
BlackBook.bin
/
disk1
/
zoa
/
zen_list.exe
/
LST4-3.ASM
< prev
next >
Wrap
Assembly Source File
|
1990-02-15
|
203b
|
12 lines
;
; *** Listing 4-3 ***
;
; Measures the performance of reading 1000 words
; from memory with 1000 word-sized accesses.
;
sub si,si
mov cx,1000
call ZTimerOn
rep lodsw
call ZTimerOff