newbie: I/O with nasm



Hi,

how can I do simple I/O with nasm? For example: I want to read a string from the commandline. Please keep it simple;-).

Thanks for help.

o-o

Thomas
.



Relevant Pages

  • Re: The Advantage of Macros
    ... I never said that I don't like NASM. ... is written in assembler). ... Because of this thread I took a closer look at NASM's macro system. ... But the only string function in NASM can only ...
    (alt.lang.asm)
  • Re: IsFile, isURL
    ... | Declare Unicode Function CommandLineToArgv Lib "shell32" Alias ... | Public Shared Function ParseCommandLine(ByVal commandLine As String) As ...
    (microsoft.public.dotnet.languages.vb)
  • Re: IsFile, isURL
    ... I'm intrigued by the comment about LocalFree vs. Marshal.FreeHGlobal. ... > || Public Shared Function ParseCommandLine(ByVal commandLine As String) ...
    (microsoft.public.dotnet.languages.vb)
  • Re: IsFile, isURL
    ... | arguments rather than simply calling Environment.GetCommandLineArgs, ... Public Sub Mainas String) ... I was using the Windows API as the original poster stated "launch links if ... |> || Public Shared Function ParseCommandLine(ByVal commandLine As ...
    (microsoft.public.dotnet.languages.vb)
  • Re: asm + memory in windows
    ... is it possible one string of kind ... Got a C or NASM ... are you asking if a string can be at address zero in NASM? ... but, on x86, "addresses" aren't usually physical addresses. ...
    (alt.lang.asm)