index
:
archived-divina
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
just_return
/
Main.asm
blob: f864099300dfbef3de3a0917dee238df82688a48 (
plain
) (
blame
)
1
2
3
4
5
6
7
global
main
section
.text
main:
xor
eax
,
eax
add
rsp
,
8
ret