Fix bug where referencing a label re-sets the pointer to the label address

This commit is contained in:
n loewen 2023-08-01 12:02:27 +01:00
parent 34e86cd4f8
commit b16f6927ee
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ function decodeInstructions(str) {
} else {
dbg(1, `'${label}' NOT in labels object`);
labels[label] = {
pointsToByte: byteCursor,
bytesToReplace: [byteCursor + 1],
};
}