Added class support:

Code:

echo Starting

.myclass:
echo Constructor
ret

blub:
echo Function
ret
.end

echo Middle

mov x new(myclass)
jmp x:blub

echo End

; Output:
; Starting
; Middle
; Constructor
; Function
; End



I'll upload the new binaries/sources and an updated documentation later today or tomorrow


Your friendly mod is at your service.