Sha256: f7aace6c23ea213afed5326bea89d07e35ae1b3d33e162d7f1c57a586c6b45b7

Contents?: true

Size: 128 Bytes

Versions: 10

Compression:

Stored size: 128 Bytes

Contents

<syntaxhighlight lang="risc-v">.data
hello:
.string "Hello World!\n\0"
.text
main:
la a0, hello
li a7, 4
ecall
li a7, 10
ecall

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/risc-v.txt
zettacode-0.1.6 files.zettacode/hello_world.text/risc-v.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/risc-v.txt
zettacode-0.1.5 files.zettacode/hello_world.text/risc-v.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/risc-v.txt
zettacode-0.1.4 files.zettacode/hello_world.text/risc-v.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/risc-v.txt
zettacode-0.1.3 files.zettacode/hello_world.text/risc-v.txt
zettacode-0.1.2 files.zettacode/hello_world.text/risc-v.txt
zettacode-0.1.1 zettacode.files/hello_world.text/risc-v.txt