Writing an Assembler
Posted: Fri Feb 07, 2025 3:02 pm
Hi osdev community, I open this post to get your opinions. I want to create an assembler as a side project, which is for x86 and written in C language. I have already done lexical analysis. Since the most recent post I found is from 2011 I wanted to know your opinions and recommendations, and also a question
There is any simple assembly that written in C, so I can research on it?
I mean I can do it on nasm too, but it is too complex. All I want to convert my assembly code to flat binary. Maybe I will add complex things in the future, but since it is nothing serious right now I don't really care
It is also my first post on osdev, so please don't be harsh on me if I can't adapt to this forum for now
There is any simple assembly that written in C, so I can research on it?
I mean I can do it on nasm too, but it is too complex. All I want to convert my assembly code to flat binary. Maybe I will add complex things in the future, but since it is nothing serious right now I don't really care
It is also my first post on osdev, so please don't be harsh on me if I can't adapt to this forum for now
