JMP instruction in Flex/bison

Posted by Imran on Stack Overflow See other posts from Stack Overflow or by Imran
Published on 2010-04-26T10:49:18Z Indexed on 2010/04/26 10:53 UTC
Read the original article Hit count: 242

Filed under:
|
|
|

Hallo everybody, Can someone help me out of my situation, im searching for a instrucior that implements the JMP (Jump) instructior like in Assembler. I've found out that it could be withe the goto function of Flex/Bison but i have no really idea how to do. Have got anyone idea. Im very grateful of yours help. Thanks.

Here is an example how it looks like. with the JMP instructor, he goes to the label L1.

:L1
IF FLAG AND X"0001"
EVT 23;
ELSE
WAIT 500 ms;
JMP L1;
END IF;

© Stack Overflow or respective owner

Related posts about c++

Related posts about yacc