Re: newbie: I/O with nasm



James Daughtry wrote:
push name
call _gets
add esp,4

While I realise that assembly programmers are expected to know what
they are doing, nonetheless, keeping in mind the apparent inexperience
of the OP, gets() is a very dangerous function to use. fgets(), while
marginally more complicated to use, is far safer, even for assembly
programmers.

.



Relevant Pages

  • Re: Which programming Language
    ... The VAX instruction set was designed partly with ... assembly programmers in mind (and also to map closely to FORTRAN ... and DEC always liked orthogonal CISC ...
    (Debian-User)
  • Re: Which programming Language
    ... The VAX instruction set was designed partly with assembly programmers in mind, and the assembler is designed with HLL features. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)
  • Re: newbie: I/O with nasm
    ... santosh wrote: ... While I realise that assembly programmers are expected to know what ... they are doing, nonetheless, keeping in mind the apparent inexperience ...
    (alt.lang.asm)