excelCPU icon indicating copy to clipboard operation
excelCPU copied to clipboard

16-bit CPU for Excel, and related files

Results 16 excelCPU issues
Sort by recently updated
recently updated
newest added

Did you try running doom on it yet?

Calcuation -> Calculation

I'd like to request an Excel file to do the compiling instead of the Python script. And thank you for this project! Very interesting!

https://github.com/microsoft/MS-DOS/tree/master Asm source publicly available. Need to translate MS-DOS from asm to excel-asm16. This "translator" would in theory allow any 16bit asm application to run.

Basically adding support for calling functions. Jump with return pushes the PC to the stack(whether accessible elsewhere or not) and jumps. Return pops the value from the stack and jumps...

Are there any plans for including OpenDocument Spreadsheet support in the future? If not, would contributions achieving that goal be accepted? I'm planning on working on OpenDocument Spreadsheet support myself...

my steps: on ubuntu 1. sudo apt install pythonpy 2. py compileExcelASM16.py bouncingBall.s ROM.xlsx log: py: error: unrecognized arguments: bouncingBall.s ROM.xlsx

I can't find out what is wrong with this code. Can anyone help? base_price = input("Enter cart total: ") percent_discount = base_price - base_price * .15 fixed_discount = base_price -...

I took the liberty of translating the documentation of this project into the Portuguese language to facilitate the use of this tool by Brazilian students.

There was several alerts in the books caused by apostrophes. I assumed that the apostrophes were there intentionally to have a string with a cenrtain lenght and to keep it...