Rust character drawing

This commit is contained in:
2025-11-14 09:57:42 +01:00
parent 6bbecc252e
commit d8596b2247
7 changed files with 212 additions and 68 deletions

6
bench/programs/pixel.s Normal file
View File

@@ -0,0 +1,6 @@
_start:
li x1, 0x80000000
li x2, 0xFFFFFFFF
sw x2, 0(x1)
stop:
jal x0, stop