pharaun / rspace

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

Open pharaun opened 6 years ago

pharaun commented 6 years ago

The assembler is kinda barebones, would be good to add support for:

pharaun commented 6 years ago

Implementing label support now.