Eric Auer wrote: > The sources are originally for MASM or TASM, but I compile using the > free (but limited) ArrowASM, as follows:
Version 2.00c available at: http://www.dunfield.com/downloads.htm#Other%20Useful%20Third%20Party%20(non-DDS)%20Files > asm devload.asm > [hit enter when it suggests output files devload.obj nul.crf nul.lst] Or "asm devload.asm;" for short. ;-) > tlink /t devload.obj > [Turbo C 2 linker is used to create .com from .obj, other linkers would > probably work just as well, but might need an extra exe2bin step?] "val /co devload;" should work too. VAL is available from Dunfield. see above. > upx --8086 --best devload.com Why not aPACK? Because its license? Robert Riebisch -- BTTR Software http://www.bttr-software.de/ ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
