1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-07-23 05:24:08 +00:00

Deploying to gh-pages from @ sehugg/8bitworkshop@a01cc6453a 🚀

This commit is contained in:
sehugg
2024-06-05 14:46:37 +00:00
parent 45729f86fe
commit 7093bb30ae
195 changed files with 2866 additions and 14951 deletions

View File

@@ -391,7 +391,7 @@ class Assembler {
}
state() {
return { ip: this.ip, line: this.linenum, origin: this.origin, codelen: this.codelen,
intermediate: {},
intermediate: {}, // TODO: listing, symbols?
output: this.outwords,
lines: this.asmlines,
errors: this.errors,