mirror of
https://github.com/simple64/simple64.git
synced 2026-09-11 06:42:44 +02:00
8 lines
74 B
ArmAsm
8 lines
74 B
ArmAsm
.text
|
|
.global main
|
|
main:
|
|
li $t0, 17
|
|
li $t1, 5
|
|
and $t2, $t0, $t1
|
|
break
|