Netherbeast
Programmer
using the : mov eax, black+(backgroundColor*16)
how can I increment backgroundColor to display different colors without changing the color of the text?
I've tried to move backgroundColor to a register, increment the register then move it back to backgroundColor but it doesn't let me do that. Im very stuck right now.
how can I increment backgroundColor to display different colors without changing the color of the text?
I've tried to move backgroundColor to a register, increment the register then move it back to backgroundColor but it doesn't let me do that. Im very stuck right now.