repo.or.cz
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add: performance values for Lattice MachXO2
[zpu.git]
/
zpu
/
sw
/
helloworld
/
hello.c
blob
e9cc61ec57f40ed607634b91ff7406a81022e778
1
// To compile: zpu-elf-gcc test.c -o test.elf -phi
2
// To run:
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
printf
(
"Hello world!
\n
"
);
6
}