Programming 101: writing a RISCV assembler - the worlds smallest!

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

thanks Rene, always interesting to see what you come up with. I would be interested in this.

baeen
Автор

Hey, great video. Hope to catch on livestream next time.
Thanks!!!

vndrlm
Автор

Thanks for the video. Do I sense the beginings of the Microkernel work? Natively supporting RISCV? j/k

tenoki
Автор

You mentioned a minimal C implementation. There are many, e.g. cproc, lacc, qbe, scc, tcc.

jadetermig
Автор

how big is binutils and how much is just all the architectures it supports? imo 100k line assembler is not a problem if it supports many architectures and if I use the RISC-V backend only 10k lines of code are actually running.

jadetermig