repo.or.cz
/
mu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix other mandelbrot variants
[mu.git]
/
319timer.subx
blob
a88af39e9a2c067d0cd722c50252f4c2155f3b12
1
== code
2
3
timer-counter: # -> _/eax: int
4
# . prologue
5
55/push-ebp
6
89/<- %ebp 4/r32/esp
7
#
8
8b/-> *Timer-counter 0/r32/eax
9
$timer-counter:end:
10
# . epilogue
11
89/<- %esp 5/r32/ebp
12
5d/pop-to-ebp
13
c3/return