home *** CD-ROM | disk | FTP | other *** search
- OPT MODULE
- OPT EXPORT
- -> Module created with E:bin/fd2module from YAECv18 package.
- OPT NDDC
- #macro AddTime(dest,src) IS Stores(timerbase,dest,src) BUT Loads(A6,A0,A1) BUT ASM ' jsr -42(a6)'
- #macro SubTime(dest,src) IS Stores(timerbase,dest,src) BUT Loads(A6,A0,A1) BUT ASM ' jsr -48(a6)'
- #macro CmpTime(dest,src) IS Stores(timerbase,dest,src) BUT Loads(A6,A0,A1) BUT ASM ' jsr -54(a6)'
- #macro ReadEClock(dest) IS (A0:=dest) BUT (A6:=timerbase) BUT ASM ' jsr -60(a6)'
- #macro GetSysTime(dest) IS (A0:=dest) BUT (A6:=timerbase) BUT ASM ' jsr -66(a6)'
-