Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!rpi!joefritz From: joefritz@pawl.rpi.edu (Jochen M. Fritz) Newsgroups: comp.sys.ibm.pc Subject: Re: 386 instructions Message-ID: <84Q0M&@rpi.edu> Date: 16 Jan 90 01:50:35 GMT References: <13346@garnet.BBN.COM> <580@watserv1.waterloo.edu> <121@tslwat.UUCP> Distribution: comp Organization: Rensselaer Polytechnic Institute, Troy NY Lines: 8 I am not an assembler programmer (yet?), but this kludge might just work. Look up the opcodes to all the instructions you wish to use in some 386 reference manual. Then define these as macros for the assembler with define byte operator. This will directlly insert the code into your assembler. Hope this works (feedback welcome!) Jochen Fritz ("Noah") joefritz@pawl.rpi.edu