Dan Sugalski <[EMAIL PROTECTED]> wrote: > We've got the need to have subs that get executed when a code segment > is loaded,
That part is working now for loaded assembly and byte code. .pcc_sub @LOAD _the_init_code: # PASM .sub _the_init_code @LOAD, prototyped # PIR s. t/pmc/sub.t for examples. leo