L1VM - version 2.0

Today the version 2.0 of my L1VM is released on GitHub!

There are two new features, here is the ChangeLog:

NEW: check_pointer interrupt. See prog/people-object.l1com for more!
NEW: memory object function: get_obj_mem_type to return the type of a memory object index.

With the check_pointer interrupt the type of a pointer can be checked. So you can find out if a pointer has the right type!
And the new get_obj_mem_type the type of a memory object index can be find out!

This are the two new features of my L1VM 2.0 release.