Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Tests
/
VSMARMASM
/
foo.asm
blob: e5b2775635446fd3a46ea8deff44b6896faf5c77 [
file
] [
log
] [
blame
]
AREA
|.
text
|,
CODE
EXPORT foo
foo PROC
mov w0
,
#0
ret
ENDP
END