index
:
nitrocli
devel
master
nitrokey-v0.8.0
otp-cache
output-formats
status
Robin Krahl's fork of nitrocli
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc
/
cc-test
/
src
/
i686.asm
blob: 6bf9676bfd808b208803d98f38528c7ccd0a81f7 (
plain
)
1
2
3
4
5
6
7
8
9
.586
.MODEL
FLAT
,
C
.CODE
asm
PROC
MOV
EAX
,
7
RET
asm
ENDP
END