Search found 2 matches

by vipin
Thu Mar 20, 2014 12:02 pm
Forum: Assembler
Topic: Mcall and Button creation help
Replies: 3
Views: 7383

Re: Mcall and Button creation help

this is nice... buttons i can create but identifying a created button?
for eg:

Code: Select all

mcall 8,<>,<>,5,color
will be identified by

Code: Select all

mcall 17
cmp ah,5
je some_func
by vipin
Thu Mar 20, 2014 10:04 am
Forum: Assembler
Topic: Mcall and Button creation help
Replies: 3
Views: 7383

Mcall and Button creation help

Hi Guys. I a beginner maybe you can say . im new here and need help with the button specifically when we create a button we do it like mcall 8,<>,<>,id,color right now let me say if the id is 1 mcall 8,<>,<>,1,color inc edx mcall 8<>,<>, , inc edx mcall 8,<>,<>, , and use mcall 17 to id it then cmp ...