Files
kolibrios/programs/media/animage/time.inc
Andrew 02725eb34b
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 22s
Build system / Build (pull_request) Failing after 34s
programs/animage: Post-SVN clean up
- Move source code from `trunk` into program root directory.
2025-05-19 01:16:27 +01:00

12 lines
258 B
PHP

;---------------------------------------------------------
;---------- get time in 1/100 secunds---------------------
;---------------------------------------------------------
Clock:
mov eax,26
mov ebx,9
mcall
mov [time],eax
ret