Skip to content

Commit

Permalink
todo delegate to stateless disasm components
Browse files Browse the repository at this point in the history
  • Loading branch information
christo committed Dec 19, 2024
1 parent 8938396 commit 87032c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/machine/asm/Disassembler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {DisassemblyMeta} from "./DisassemblyMeta.ts";
* Stateful translator of bytes to their parsed instruction line
*/
class Disassembler {
// TODO make stateless core mechanism
originalIndex: number;
currentIndex: number;
fb: FileBlob;
Expand Down

0 comments on commit 87032c3

Please sign in to comment.