Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
christo committed Dec 21, 2024
1 parent e660f25 commit 4b93e0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/machine/asm/DisassemblyMetaImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {DisassemblyMeta} from "./DisassemblyMeta.ts";

/**
* Encapsulates outer context for performing {@link Disassembler}.
* FUTURE: this is very CBM 6502 oriented
*/
class DisassemblyMetaImpl implements DisassemblyMeta {

Expand All @@ -22,10 +23,11 @@ class DisassemblyMetaImpl implements DisassemblyMeta {

/**
* Create context with minimalist defaults.
*
* @param baseAddressOffset memory address to load into.
* @param resetVectorOffset reset vector, defaults to baseAddressOffset
* @param contentStartOffset start of content, defaults to baseAddressOffset
* @param edicts any predefined edicts for disassembly, defaults to empty
* @param edicts any predefined edicts for disassembly, defaults to empty, only one per address.
* @param getJumpTargets do find externally defined symbols, defaults to empty.
* @param symbolTable predefined symbol table (defaults to empty).
*/
Expand Down

0 comments on commit 4b93e0d

Please sign in to comment.