Date: Sun, 11 Jun 2000 08:48:15 +0100 From: Dutch Collins <dutch@charm.net> To: FreeBSD-Questions@FreeBSD.org Subject: More UNIX System Calls and Assembly Message-ID: <3943443F.1A426DCD@charm.net>
next in thread | raw e-mail | index | archive | help
Here is the comment from the example. http://www.whizkidtech.net/syscall.txt ;------------------------------------------------------------------ ; File: tab2sp.asm ; ; A sample assembly language program for FreeBSD. ; It converts tabs to spaces. Nothing new, expand ; already does that and with more options. ; ; But it illustrates reading from stdin, and writing ; to stdout and stderr in assembly language. ; ; 05-May-2000 ; Copyright 2000 G. Adam Stanislav ; All rights reserved ; ; http://www.whizkidtech.net/ ; http://www.redprince.net/ ; ; Assemble with nasm: ; ; nasm -f tab2sp.asm ; ld -o tab2sp tab2sp.o I don't have time right now to try it. Enjoy. -d -- +------------------------------------------------------------------+ | Stuff n. -trappings, essence, junk, things, gear | +------------------------------------------------------------------+ | My site full of Stuff : http://www.charm.net/~dutch | | #2 e-mail [servers do crash] : 2quasimoto@netscape.net | | | |$Id: overly-complex-sig.txt,v 1.0 2000/05/22 18:09:00 dutch Exp $ | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3943443F.1A426DCD>