After a Long time another post.
Added 2 small projects, one is a single header Matrix library and another is a CPU Simulator.
The matrix library (tmatlib) is capable enough to solve simultaneous linear equation. Though it was written several months back but I was Lazy.
The CPU simulation code was my tech-itch :p it is very minimal and for fun. It has small set of instructions, it has only 8 bit wide registers and a very small memory only 1kb which includes stack, data and code.
my github link here.
No comments:
Post a Comment