blob: a88af39e9a2c067d0cd722c50252f4c2155f3b12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
== code
timer-counter: # -> _/eax: int
# . prologue
55/push-ebp
89/<- %ebp 4/r32/esp
#
8b/-> *Timer-counter 0/r32/eax
$timer-counter:end:
# . epilogue
89/<- %esp 5/r32/ebp
5d/pop-to-ebp
c3/return
|