Issue 7: RET instruction needs a stack increment
Project Member Reported by h.paul.h...@gmail.com, Feb 18, 2014
When using the stack to pass parameters to a procedure, it would be most helpful to have an optional stack pointer increment beyond what occurs with the ret.  This would allow for a more elegant calling/post calling sequence to keep stack utilization in synch.

Example:    RET 2    ; clear SP of two parameters