LIVM/main.faxm
2022-04-16 01:22:30 +10:00

9 lines
No EOL
261 B
Text

[x64u+DATA+align-8]
string helloworld: |"hello world";
string hellohell: |"hell-oh!";
[x64+CODE+noalign]
section start:
console.print(^helloworld, #helloworld.length)
console.print(^hellohell, #hellohell.length)
rom.write ^hellohell, #hellohell.length
poff