writing a function to parse assembly using dynasm

  • From: Amir Ramezani <amir.ramezani1370@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 10 Mar 2015 17:38:47 +0330

hi all,
i've read the dynasm tutorial, and i'm intrested in parsing the asmbly
with dynasm
how can i write a function that take's a string as a parameter and
parse's the string in assembly?
the function prototype must be like this i'm thinking:
void parse_asm(char* asmcode);
please provide me with the instruction that how can i implement the
parser in this function?
thanks in advance

Other related posts: