Write a procedure called str_nextword that scans a string


Write a procedure called Str_nextword that scans a string for the first occurrence of a certain delimiter character and replaces the delimiter with a null byte. There are two input parameters: a pointer to the string, and the delimiter character. After the call, if the delimiter was found, the Zero flag is set and EAX contains the offset of the next character beyond the delimiter. Otherwise, the Zero flag is clear. For example, we can pass the address of target and a comma as the delimiter

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write a procedure called str_nextword that scans a string
Reference No:- TGS0140918

Expected delivery within 24 Hours