excelCPU icon indicating copy to clipboard operation
excelCPU copied to clipboard

Just an Idea... translate MS-DOS to excel-asm16

Open jduartedj opened this issue 1 year ago • 1 comments

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.

jduartedj avatar Jan 29 '24 15:01 jduartedj

excel-asm16 would need at minimum a stack to facilitate CALL, RET, PUSH, and POP operations. based on @InkboxSoftware's youtube video, I don't think a stack would be too much, it could start at $EFFF and would require an index register.

once you get around that though, then you have interrupts to deal with, and the fact that this runs at 3Hz...

chad3814 avatar Feb 01 '24 21:02 chad3814