fearless

Results 24 comments of fearless

I wonder if there is a way to re-use/re-purpose the destination preview dialog, to effectively have a floating tooltip that shows custom content - which might well include the call,...

Strange, im using Windows 7 64bit. Anyhow its not a big issue, ill try a few more things to see if i can figure out why its that way.

Just to add to this, I believe it is any value greater than a 32bit value that triggers this error in UASM64. I had a look at the code a...

try: `mov ax, word ptr local_var.two` or `mov ax, local_var.two` or if you need bp to reference then: `mov ax, word ptr [bp].local_var.two`