Mercurial > hg > Members > kono > nitros9-code
diff lib/kreiderclib/time.as @ 2824:1647f1874cdf lwtools-port
Added Kreidier C library
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 23 May 2013 05:49:13 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/kreiderclib/time.as Thu May 23 05:49:13 2013 -0500 @@ -0,0 +1,18 @@ +* Disassembly by Os9disasm of time.r + + section code + +* OS-9 system function equates + +F$Time equ $15 +F$STime equ $16 + +setime: ldx 2,s + os9 F$STime + lbra _sysret +getime: ldx 2,s + os9 F$Time + lbra _sysret + + endsect +