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

Handle the GAS oddity for compatability with `gcc -S` output. #2

Open pharaun opened 6 years ago

pharaun commented 6 years ago

Basically these are the following oddity that I've noticed in GAS so far. (The description might not be 100% accurate)

Look into if I want to have 1:1 compat with GAS in the parser/assembler and have a flag to enable/disable the compat, or if it would be better to just provide a transpiler of sorts that can take the GAS syntax outputted by gcc -S and reformat it into a format that my assembler can take.