Innocent
September 25th, 2004, 20:04
I am having a problem with an instruction in my code. I have made a function and in this function I have: mov ecx, username
When I try to compile I get a: "invalid instruction operands" error on this line. I already have username defined and everything but this keeps giving me an error.
Any help is greatly appreciated.
EDIT: Ha! I figured out that I should have been using lea ecx, username. Now I have just completed my first keygen yay!
When I try to compile I get a: "invalid instruction operands" error on this line. I already have username defined and everything but this keeps giving me an error.
Any help is greatly appreciated.
EDIT: Ha! I figured out that I should have been using lea ecx, username. Now I have just completed my first keygen yay!