Learning to Program in C
Learning to Program in C


1 crossposts
Learning to Program in C
You're viewing a single thread.
I'm doing this in reverse fro assembly. Everything is a pointer!
There are pointers in Assembly?
All I remember is memory addresses, stored in memory locations.
Well, they are basically pointers when you're decompiling assembly. It's easier to think of them that way.
How is it "decompiling" if the programmer made it in Assembly?