The rusty space game, in which you program various ships to do battle in risc-v assembly. This contains the collection of libraries+code for this project.
3
stars
0
forks
source link
Support for macros and other 'nice' instructions such as `NOP`, and labels/data/etc... #3
The assembler is kinda barebones, would be good to add support for:
nop
which decomposes intoadd x0 x0 x0
for eg. (Probably via macros)