URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [oc/] [gdb-5.0/] [sim/] [testsuite/] [fr30-elf/] [hello.s] - Rev 1765
Compare with Previous | Blame | View Log
.global _start _start: ; write (hello world) ldi32 #14,r6 ldi32 #hello,r5 ldi32 #1,r4 ldi32 #5,r0 int #10 ; exit (0) ldi32 #0,r4 ldi32 #1,r0 int #10 hello: .ascii "Hello World!\r\n"