assembly - ASM .com won't run -
I have found this sample about basic ASM, when I compile it, everything is fine !!! Great, but when I run it I get this message:
This version of hi.com is not compatible with the version of Windows that you are running
It happens on Windows 7 x 64 (which I was told to run OK) with this code
org 100h mov dx, msg mov ah, 9 int 21h mov ah , 4Ch int 21h msg db 'hello, world! ', 0h, 0h,' $ '
I thought that you' Try to get 16-bit programs for everyone to run in 64-bit window
Comments
Post a Comment