Chromatic <[EMAIL PROTECTED]> wrote:

> Oops, I meant util/ncidef2pasm.pl.

This util just spits out PASM that generate NCI stubs and stores them as
globals. Not much change necessary: just put 2 statements around

  .pcc_sub _sdl_init_nci_globals LOAD
  [ code ]
  invoke P1

This makes a subroutine out of the code (PASM is fine). Then instead of
C<.include> that file you do C<load_bytecode> it in e.g. C<_init>.

I'll try to get the LOAD pragma running RSN.

leo

Reply via email to