index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
VSMARMASM
/
foo.asm
blob: e5b2775635446fd3a46ea8deff44b6896faf5c77 (
plain
)
1
2
3
4
5
6
7
8
9
10
AREA |.text|
,
CODE EXPORT foo foo
PROC
mov
w0
,
#
0
ret
ENDP
END