Releases: jenska/m68kasm
Releases · jenska/m68kasm
v1.1.2 bug fix release
v1.1.1 bug fix release
What's Changed
Full Changelog: v1.1.0...v1.1.1
Local symbols
Two-pass macro assembler for 68000 CPU
Two-pass macro assembler with deterministic binary output
supports all mnemonics of 68000 CPU
Include paths, pseudo ops, pre-defined symbols and rich expressions
Simple and fast command-line tool
Embeddedable directly into Go programs via a public API
Optional source listings to pair machine code with source lines
Output formats: flat binary, Motorola S-record (S0/S3/S7), and ELF32 (m68k) with a single load segment
Table-driven instruction encoding (based on InstDef, FormDef, and EmitStep structures)
Clear modular design in Go (lexer, parser, expr, instructions, encode, assemble)