home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
For Beginners & Professional Hackers
/
cd.iso
/
softcrc
/
libs
/
zendisk2.arj
/
LST12-5.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1990-02-15
|
136 b
|
11 lines
;
; *** Listing 12-5 ***
;
; Measures the performance of PUSH AX.
;
call ZTimerOn
rept 1000
push ax
endm
call ZTimerOff