Documentation
¶
Overview ¶
Package linter analyses disassembled code (from the disassembly package) producing a lint report. As it is, it is a proof-of-concept and incomplete.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Lint ¶
func Lint(dsm *disassembly.Disassembly, output io.Writer) error
Lint the disassembly of the load ROM. Currently, the function looks for read instructions that target non-addressible TIA and RIOT addresses.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.