Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
vasm is a portable and retargetable assembler to create linkable objects in
various formats or absolute code. Multiple CPU-, syntax and output-modules can
be selected.
Many common directives/pseudo-opcodes are supported (depending on the syntax
module) as well as CPU-specific extensions.
The assembler supports optimizations (e.g. choosing the shortest possible branch
instruction or addressing mode) and relaxations (e.g. converting a branch to an
absolute jump when necessary).
Most syntax modules support macros, include directives, repetitions, conditional
assembly and local symbols.
|