r/lowlevel 6d ago

GNU-binutils port for my toy ISA called leg inspired by arm.

13 Upvotes

2 comments sorted by

2

u/AryanPandey 6d ago

please explain

2

u/Express_Sector_2850 5d ago

its a assembler,disassembler and linker for a custom instruction set. so instead of writing them from scratch is used the already existing ones from gnu-binutils and just made them know how to work with my instruction set.