Re: coroutine together with load_bytecode not working

2004-04-01 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > On Thursday 01 April 2004 10:50, Leopold Toetsch wrote: >> Jens Rieks <[EMAIL PROTECTED]> wrote: >> > has the attached code any errors? Coroutine::invoke was missing the code segment switching. Fixed. Thanks, leo

Re: coroutine together with load_bytecode not working

2004-04-01 Thread Jens Rieks
Hi, On Thursday 01 April 2004 10:50, Leopold Toetsch wrote: > Jens Rieks <[EMAIL PROTECTED]> wrote: > > has the attached code any errors? > > It's too short to have any errors ;) > > > jens > > > > --Boundary-00=_Cx2aABtKF1Y0Bud-- > > <> Oh, the attachment got stripped :-/ > leo jens .sub _main

Re: coroutine together with load_bytecode not working

2004-04-01 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > has the attached code any errors? It's too short to have any errors ;) > jens > --Boundary-00=_Cx2aABtKF1Y0Bud-- <> leo

coroutine together with load_bytecode not working

2004-03-31 Thread Jens Rieks
Hi, has the attached code any errors? It does not work if I split the code into two files (at ## coro.imc ##) and uncomment the load_bytecode. jens