mirror of
git://projects.qi-hardware.com/iris.git
synced 2024-11-19 09:17:10 +02:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
|
#pypp 0
|
||
|
#include "sos.h"
|
||
|
|
||
|
int main ():
|
||
|
while true:
|
||
|
__asm__ volatile ("move $v0, $zero; li $a0, 1 ; move $a1, $a0 ; move $a2, $a0 ; syscall")
|