Audio (334) Datatype (50) Demo (199) Development (585) Document (21) Driver (97) Emulation (146) Game (952) Graphics (488) Library (109) Network (226) Office (62) Utility (887) Video (66)
Total files: 4222
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.
|