home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ST-Computer Leser-CD 2000 January
/
LCD_01_2000.iso
/
games
/
doom
/
pmdoom
/
src
/
m68k
/
time.s
< 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
Text File
|
1999-12-17
|
274 b
|
23 lines
| Atari Time routine
|
| Patrice Mandin
.text
.globl _I_Asm_UpdateTime
.globl _atari_curtime
| ----- Time routine
| Read 200hz system timer
.text
_I_Asm_UpdateTime:
movel 0x4ba:w,_atari_curtime
rts
.data
.even
.comm _atari_curtime,4*1