LIVM/main.faxm
2022-04-09 15:18:01 +07:00

8 lines
No EOL
220 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)
poff