How to improve my level of assemble language ?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: How to improve my level of assemble language ?

Post by 01000101 »

If you are looking for a smaller (than GCC) C compiler to look at and analyze, IIRC TinyCC (TCC) is open source and is (as the name suggests) very small. I'd recommend starting with a "bare-bones" compiler and get a feel for it, or try to develop your own before diving into such an advanced and feature-rich compiler such as the GCC C compiler.
Post Reply