mirror of
https://github.com/emptyynes/LIVM.git
synced 2025-01-02 14:42:24 +03:00
9 lines
No EOL
261 B
Text
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 |