Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Assembly DB string doesn work correctly?

assembly correctly DB String
0
Posted

Assembly DB string doesn work correctly?

0

The DB/FCB directives are used to encode individual BYTES. A string is viewed as a multi-byte quantity, and only the lowest order byte (ie: the LAST byte) is encoded by DB/FCB. To encode a variable length string, you must use the STR/FCC directives. Please refer to the XASM documentation for complete descriptions of the functions performed by each directive.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123