Io.mac and io.obj for masm32 in windows

  • Thread starter Thread starter skriabin
  • Start date Start date
  • Tags Tags
    Windows
AI Thread Summary
The discussion centers on the absence of io.mac and io.obj files in the masm32 release, which is causing issues for a new user trying to include these files in their assembly language programs. Initially, the user attempted to place the files in various folders such as \include, \bin, and \masm32 without success. However, the solution was found by placing the files in the same folder as their programs, resolving the issue of the program not being able to find io.mac. This highlights the importance of file placement in assembly language development for beginners.
skriabin
Messages
11
Reaction score
0
Hi, the release of masm32 doesn't come with the files to include io.mac and io.obj. I am very new to this assembly language and I'm wondering where to place these files I have obtained. I tried placing these in the folder \include and \bin and \masm32 but when I write include io.mac in my program, it says it can't find the file io.mac. Any help?
Thank you
 
Technology news on Phys.org
oh it was just placing these on the same folder with my programs. yeah beginner stuff :)
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top