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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user