lowbyteproductions / 16-Bit-Virtual-Machine

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

.net core port #9

Open furesoft opened 4 years ago

furesoft commented 4 years ago

ive started a dotnet core port of your project: https://github.com/furesoft/16Bit_VirtualMachine_Port

francisrstokes commented 4 years ago

This is really cool Chris. It's been a while since I wrote any C# but your code is really clean and well organized! Makes me want to fire up visual studio again haha

furesoft commented 4 years ago

thanks alot :D i will port any features of any new episode and i have some ideas in the future to implement like using ELF File Format for the executable and loading modules from binary file and load binaries at runtime and interrupts could also be implemented