do it. Thanks goes to Paul for the inspiration.

I am not going to spell out what everything means. The important
stuff has been annotated, everything else is my coding, and is not
relevant.
Code:
$INCLUDE "pbu.inc" FUNCTION Test (BYVAL S AS STRING) PUBLIC AS QUAD DIM Q AS LOCAL QUAD $INCLUDE "push.bas" ! mov ax, S ! push ax ! call Siz ! push ss 'these lines are the important ones ! pop es '----- ! lea di, Q '----- ! db &HDF '----- ! db &H3D '----- $INCLUDE "pop.bas" FUNCTION = Q END FUNCTION
------------------
Leave a comment: