This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Make .TXT on .ASM

I need to make an .asm program to save some values in a .txt file.
Using C would be much easier, although I cant use it this time.
Any idea how to do it?

Parents
  • How can I declare that I want to make a txt with the name specified?

    But you've not said what platform, what processor, what operating system you are using.

    For all we know you might still have access to a C runtime libraries or an operating system. You could make calls to such facilites equally well from both C and assembler.

    Would you like to try another rephrase of the question?

Reply
  • How can I declare that I want to make a txt with the name specified?

    But you've not said what platform, what processor, what operating system you are using.

    For all we know you might still have access to a C runtime libraries or an operating system. You could make calls to such facilites equally well from both C and assembler.

    Would you like to try another rephrase of the question?

Children