hey, im just wondering if anyone can give me an example on how to parse a string? say if my string was "ab cd ef", i want to be able to extract just the second parameter, which is "cd".. any help would be appreciated. thanks.
Hi!
Look at this thread: http://www.asmcommunity.net/board/index.php?topic=357. I hope it's what You need.
Look at this thread: http://www.asmcommunity.net/board/index.php?topic=357. I hope it's what You need.
thanks vkim =)
I'm working on a recursive string parsing macro that makes the switch/case macro look like a hello world program. Wish me luck. :)