Rust character drawing
This commit is contained in:
6
bench/programs/pixel.s
Normal file
6
bench/programs/pixel.s
Normal file
@@ -0,0 +1,6 @@
|
||||
_start:
|
||||
li x1, 0x80000000
|
||||
li x2, 0xFFFFFFFF
|
||||
sw x2, 0(x1)
|
||||
stop:
|
||||
jal x0, stop
|
||||
Reference in New Issue
Block a user