Work in Progress

Fantasy Console Within LowRes NX!

16

CreatorJo 2021-10-07 19:26

It has an emulated CPU with an architecture I designed, 256 bytes of variable RAM, and uses cells as pixels on a monochrome screen buffer with 4 colors. It is programmed in machine code, and a reference for the opcodes is in the code. I'd love to see some community-generated programs for this. This is very similar to the fantasy console I've been working on in Python. It has a preloaded program with a pixel that you can move around.


was8bit 2021-10-08 04:48

Superb!


Timo 2021-10-08 07:48

Cool! Actually you could create a similar machine language interpreter directly for the LowRes NX memory. But it would be harder to program something.
Yours is more fun :)


-SkyLock24- 2021-10-08 23:18

What’s it called?


CreatorJo 2021-10-09 02:36

@-SkyLock24- I don't have a name for it yet.


nathanielbabiak 2021-12-14 04:14

Hey, do you think you'll upload any games for this? Or any other updates to the architecture?


CreatorJo 2021-12-16 01:54

@nathanielbabiak I don't think I'll be playing with it much, but I would love to see what others can create.


Log in to reply.