1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/test.hba
2023-11-26 04:13:30 +01:00

9 lines
121 B
Plaintext

let hello = data::str("Hello, world!");
li8(r1, 6);
li8(r2, 10);
lra16(r3, r0, hello);
li8(r4, hello.len);
eca();
tx();