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