AS86: Difference between revisions

No change in size ,  9 years ago
[unchecked revision][unchecked revision]
Line 4:
AS86 allows the user to limit the available instructions to those available on a specific processor generation (e.g. 286, 386, etc.). One can also choose the assemble the standard input, which can be useful for automated build scripts.
 
It is very easy to prepare a flat binary using AS86 with the help of {{[[LD}}]], as one can simply run "ld86 -d" against the produced object file. Using this method it is also possible to link object files in various formats.
 
==See Also==
Anonymous user