notaz.gp2x.de
/
ia32rtools.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
translate: bswap, allsh* and some tweaks
[ia32rtools.git]
/
tests
/
reg_save.asm
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
2
_text segment para public 'CODE' use32
3
4
sub_test proc near
5
push ebp
6
mov ebp, esp
7
push ebx
8
mov ebx, 1
9
push ebx
10
mov ebx, 2
11
pop ebx
12
or eax, 0FFFFFFFFh
13
pop ebx
14
pop ebp
15
retn
16
sub_test endp
17
18
_text ends
19
20
; vim:expandtab