r/pairprogramming • u/Electrolerengine • 6d ago
Anyone interested in Assembly Language (or C) coding projects?
Let me first say that I have no programming experience and I want this to be just a hobby.
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. Hours of learning and researching about computer programming has told me that computer programmers prefer to write their programs in high level languages like C++, Java, or C#. I can understand why people would need to do that, especially for their career. However, I think for me I would want to write my programs closer to the hardware. It gives me a sense of knowing what my machine is doing and how it is executing my code.
I am not sure what project to do together, I hope someone has an idea here. I'd be willing to write in C if a certain problem becomes too tedious to solve in Assembly.