Will Coleda <[EMAIL PROTECTED]> wrote: > What should this PASM sub look like? I tried doing a simple wrapper of > an existing compiler, ala:
> .sub main > newsub $P1, .Sub, foo_compiler ^ That has to be "_foo_compiler". Labels used by C<newsub> et al have to be global labels. Works fine. leo