The personal web site of fusi.
Exception Handling is supported. Each frame on the stack stores a pointer to the handler to be called if an ex...
2011-12-15 02:11:47
I have been thinking about program isolation and interfaces recently and am thinking of making some changes to...
2011-02-20 01:01:52
I have the intention of implementing support for nested labels (a la nasm). I think they are a really elegant ...
2011-02-19 23:25:41
Here is the vm source code of an irc bot. It can currently connect to ...
Here is an example 'Hello World' program written in vm assembly: ; $H...
Determining if a number is a Prime: C Code: void main(char* args) {...