I've now implement full type conversions, thus making argument passing
strictly positional. This also implies that we don't need separate
argument counts per register type, these are gone now.
Instead we have the new opcode:
get_argc(out INT)
which returns the argument/result count of the recent call/return.
leo