Hello,
I don't know why I keep getting these strange numbers with the wsprintf function:
---
.data
cid dw 0
idstring db "ID [%lu] = ",0
.code
[...]
INC word ptr [cid]
push [cid]
PUSH offset cidstring
PUSH EDI
CALL wsprintfA
---
and and as an ouput I get:
ID = [115235551] (and so on)...
I'm programming with tasm32 under windows.
I'm wondering if there's another way for the following:
I created a buffer with the API GlobalAlloc, its size being based on GetFileSize. Then I create two more buffers with the same size.
Is it possible to define in the data setion these two...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.