Posted on January 07, 2004 at 06:06 How con I implement a jump table in inline assembly with Metrowerks C compiler? Following code doesn't work : asm{ ... LD X,Nerx SLL X ; X <- Nerx * 2 LD A,(TB_GRAF_RX+1,X) PUSH A ; MSB of re...
Posted on January 07, 2004 at 06:04 How con I implement a branch table in inline assembly with Metrowerks C compiler? Following code doesn't work : asm{ ... LD X,Nerx SLL X ; X <- Nerx * 2 LD A,(TB_GRAF_RX+1,X) PUSH A ; MSB of ...