lowbyteproductions / 16-Bit-Virtual-Machine

Code for the "16-Bit Virtual Machine" Series
https://www.youtube.com/watch?v=fTBwD3sb5mw&list=PLP29wDx6QmW5DdwpdwHCRJsEubS5NrQ9b
200 stars 18 forks source link

when will come next episode about memory mapped io? #3

Closed furesoft closed 4 years ago

furesoft commented 4 years ago

hi, i am writing my own vm, but in csharp. i like your series but when will the next episode about memory mapped io be available?

francisrstokes commented 4 years ago

That sounds really cool - can you share a link to the project?

The memory mapping episode is next up, and will be out in the next few weeks.

furesoft commented 4 years ago

my vm: https://github.com/furesoft/RegVM already implemented: stack, registers, port mapped io, memory mapped io, ... and you can view raw bytes of all kinds of memory with 1 method.

iam currently working on a videocard device to draw on screen and a assembler