When I use the _ILine call, is there anyway load the line from variables instead of from just numbers?
Example:
Can i do this:
ld bc,(x)*256+(y)
Instead of this:
ld bc,5*256+35
I want to be able to load the coords from registers or variables. Can I do that? Or is there a different way not using ILine?
~Jeff