News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Working with byte data of Strings.

Started by Citric, February 11, 2005, 03:46:26 AM

Previous topic - Next topic

Citric

I am developing a design for processing a file, with a limited number of character sequences, 2 3 4 or 5 character long, seperated by spaces.

When working with the asscii value of the character, ie the character byte.

Should i be processing using al bl ... registers or should i process with eax ebx ... ?
and is there any performance gain/loss using either way.

Thanks Adam

hutch--

Adam,

It will depend on what operations you are performing but generally you work on character data at a BYTE level. Give us some idea of the operation type you are performing and we can probably pont you in the right direction.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php