im coding in 8086 assembly.
i want to separate a string.
For example:
Str DB '24+67'
i want to separate the '24', the '+' and the '67'
and place them in the variable
num1, operator, num2 respectively.
can anyone help me with a piece of code please.
thanks