Skip to content

ratopi/hello-world-risc-v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Hello, World in RISC-V assembler.

Install the cross compiler with

apt install gcc-riscv64-linux-gnu 

And if you like to run your program, install qemu

apt install qemu-system-misc qemu-user-static binfmt-support

After that just type

make

and start the program

./hello

Enjoy the new world

ratopi

About

Small "Hello, World!" example in RISC-V assembler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published