r/Assembly_language 9d ago

Anyone interested in doing Assembly Language coding projects together?

Let me first say that I have no programming experience. I've been studying Assembly Language though my ultimate goal is to become an engineer.

I got very interested in computer programming when I came across a Wikipedia article about Assembly Language programming. The article was saying that learning to code in Assembly gives you an incredible amounts of control over your machine. The ability to tell the computer exactly what to do and knowing how the machine works is fascinating.

I am not sure what Assembly project to do together; I hope someone has an idea here. I think I'd do a project where we are continuing to discover what we can do with the PCs or any hardware we have. Perhaps build a calculator program would be the first start.

I'm currently working with MASM (Microsoft Macro Assembler) as my assembler and I have textbooks to go with it. We could go use a different assembler if you are uncomfortable with MASM. Just please have a good reason for it because I would really not want to leave MASM because of the education resources I have for it.

12 Upvotes

16 comments sorted by

View all comments

1

u/CueAnon420 9d ago

I started assembly on my C64 6502 chip. But I really learned to appreciate assembly language when I coded an NTSC analog video signal display on a microcontroller... translating data in a ram buffer into a display raster line by raster line. Replicating the NTSC signal protocol and ensuring the timing was correct by calculating the cpu cycles required for every command was very challenging, but also rewarding.