AS86: Difference between revisions

m
fixed a typo
[unchecked revision][unchecked revision]
(Updated a bit to notability, added suggestions for inbound readers)
m (fixed a typo)
 
Line 6:
 
== Usage ==
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 theto 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.
Anonymous user