What is the proper syntax for the locate function for the cursor in console mode?
I am using this command:
call locate x:40,y:12
but when I try to assemble the program I get a syntax error
Thanks
invoke locate,40,12
Thanks Hutch!
That got my program working now.