index
:
cook
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test.asm
blob: bcd7d20eb4c4c4ff7c445609ec7f8ad53ae3e215 (
plain
)
1
2
3
4
5
6
[bits 64] global test test: mov eax, 69 ret