Author Topic: Links to useful NASM macro's  (Read 12758 times)

nobody

  • Guest
Links to useful NASM macro's
« on: November 26, 2007, 02:41:16 PM »
NASM PROC and INVOKE macro's in myC32.mac by Peter Johnson,
pljohnsn@uiuc.edu

http://courses.ece.uiuc.edu/ece390/archive/archive-f2000/mp/mp3b/lib_intro.html

http://courses.ece.uiuc.edu/ece390/archive/archive-f2000/mp/mp3b/pmodelib.zip

Konstantin Boldyshev's system.inc
http://www.linuxfromscratch.org/~robert/new/system.inc
 (supposed to be on http://asm.sourceforge.net in asmutils
package...somewhere...)

EXP & IMP in NASM by Mark & Candice White
http://groups.google.com/group/alt.os.development/msg/3a8ab251da399b1d

Shell script to generate Linux syscall NASM macro's by Steve Gonedes
http://groups.google.com/group/comp.lang.asm.x86/msg/a422bca0cb7ffffb

Mammon's "Extending NASM" Macro's posted by Al Leitch
http://groups.google.com/group/alt.lang.asm/msg/e85cb47decc03101

Mammon's macros.asm (dead link: http://www.eccentrica.org/Mammon/macros.asm)
http://groups.google.com/group/alt.lang.asm/msg/4ee573ddfd882156


Rod Pemberton
(also posted to alt.os.development and alt.lang.asm)