Referencing the contents of a memory location. (x86 addressing modes)
I have a memory location that contains a character that I want to compare with another character (and it’s not at the top of the stack so I can’t just pop
it). How do I reference the contents of a memory location so I can compare it?