Re: util/ncidev2pasm.pl

2004-02-20 Thread Leopold Toetsch
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 subroutin

util/ncidev2pasm.pl

2004-02-19 Thread chromatic
On Thu, 2004-02-19 at 17:54, Jens Rieks wrote: > > > One downside of making sdl.imc smarter (changing it from sdl.pasm) is > > > that we can no longer use build_tools/build_nativecall.pl as is. That > > > may be an argument for making the tool smarter. > > > > Why? > Sorry if its a stupid questi