| ▲ | t-3 2 hours ago | |||||||
Assembly generation is actually pretty simple, it's optimizing everything that's difficult. Writing an assembler is a great way to get acquainted with compiler construction, because you don't need to think about optimization and types and the other features that make high level languages complicated aren't needed. | ||||||||
| ▲ | jdw64 2 hours ago | parent [-] | |||||||
I keep saying 'someday...' and never actually doing it because of making a living, but this time I think I should try a few small examples | ||||||||
| ||||||||