excelCPU
excelCPU copied to clipboard
16-bit CPU for Excel, and related files
In compileExcelASM16.py, line 286 has a confusing `not(line[1][0]) == line[2][0]` , though in fact it means `not line[1][0] == line[2][0]` and makes sense. For clarity, it is better to use...
The main objective of this PR is to set a name range for each cell used in the project in order to improve the readability of the formulae as can...
In the `varUseError` function, the print statement incorrectly used the variable name `lineNumber`, which is used by other Error functions, instead of the provided parameter `varName`.
Noted that the end user has to install openpyxl and add instructions on how to do so.
I tried my best to recreate the original Notepad++ language, but eh, at least I got *SOME* right. [i made this because notepad++ just wouldn't wanna load the language]