9 lines
80 B
Plaintext
9 lines
80 B
Plaintext
fn main() {
|
|
asm {
|
|
li a0, 3
|
|
li a7, 93
|
|
ecall
|
|
}
|
|
}
|
|
|