jdah / jdh-8

An 8-bit minicomputer with a fully custom architecture
MIT License
1.29k stars 89 forks source link

A couple of questions #5

Closed AwesomeKalin closed 3 years ago

AwesomeKalin commented 3 years ago

Each question is on a new line Would I be able to run a graphical app? Would I be able to write an OS for this?

Kylogias commented 3 years ago
  1. Graphical app? Probably, it is turing complete
  2. Yes (I'm already planning on writing DOOM and a C-like compiler for it)

EDIT :: While these are technically possible, it's highly unlikely under 32KB of ROM

jdah commented 3 years ago

Yes and yes, as @Kylogias says it's Turing complete and it has support for arbitrary devices.