mirror of
https://github.com/cc65/cc65.git
synced 2026-03-10 17:21:49 +00:00
10 lines
469 B
Plaintext
10 lines
469 B
Plaintext
|
|
Per CPU, a test binary is produced (using the assembler), which should contain
|
|
all possible instructions. That file is then disassembled, and assembled again,
|
|
and finally the resulting binary compared with the binary produced in the first
|
|
step.
|
|
|
|
Given that we assume the assembler works (this is tested in other/previous
|
|
tests), this proves that the disassembler works, and can produce output that the
|
|
assembler will understand - and produce an identical binary from.
|