python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Calling printf or puts from MASM64 assembly does nothing, but calling WriteConsoleA works?
I am currently trying to learn assembly programming with MASM64. I have managed to get WriteConsoleA to work, but am stuck trying to use C functions like printf or puts. It should be noted that I am u...
Mikolmisol
Votes: 0
Answers: 1
Tabulate function Y=3.3\*log(2)(x^2+1)
Can't log2 to masm64. How exactly do I apply fyl2x in my code? I can't figure out where to apply this piece of code. Basically, the program crashes, or incorrect data. Here is my code:
\`include win64...
Ana_406
Votes: 0
Answers: 1
WM_DESTROY message not being received by WndProc in x64 Windows Assembly Program
I'm trying to recreate using MASM /w Visual Studio 2019 something similar to the following C++ code which works. Essentially at this stage just want the window to be movable and the close button to wo...
Malcolm McCaffery
Votes: 0
Answers: 1