Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
VSMARMASM
/
foo.asm
blob: 44656ef8730090bd4890dcb6e6bb883e7492dfa1 [
file
]
AREA
|.
text
|,
CODE
EXPORT foo
foo PROC
mov w0
,
#zero
ret
ENDP
END