CPU should support args instruction which would put a Vector with all parameters passed to function in a single register. This would invalidate issue #41 as length of the vector is easily obtained.
Closed with commit 3bae86662cd2ee689cc5aa763df6362d07ad6ef8 which added misc::argsvector implementing functionality described by this issue to standard misc module.
CPU should support
args
instruction which would put aVector
with all parameters passed to function in a single register. This would invalidate issue #41 as length of the vector is easily obtained.