This file is used to keep track of bugs, improvements and general roadmap
- Note taken on [2012-09-30 dim. 17:15]
The parser might have to be rewritten completely as it complains after a reduction conflict Also I could not get it to understand arg-less instruction without a hack that force the last line to have a newline
- Note taken on [2012-09-30 dim. 15:57]
The assembler convert labels to address which is the line number in the parsed instruction vector. This will not work when reading program from memory as there are no lines there !!!
- Note taken on [2012-09-30 dim. 15:57]
Should the whole memory be reset or do we consider that another program might also be loaded ?
- Note taken on [2012-09-30 dim. 22:59]
Partly implemented
- Note taken on [2012-10-05 ven. 20:12]
Would be useful with (step) instruction
- Note taken on [2012-10-03 mer. 21:34]
Only from a program loaded in memory in order to use from the debugger or even from a bytecode file ?