Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dsmiller

    append characters

    Thanks for the reply AmkG The comments near the top of my code snippet indicate that eax is filled with an integer. This integer is ready to be converted to whatever base then returned as a *char. The loop works as desired however I don't know how to _append characters_. I want to build a string...
  2. dsmiller

    append characters

    This is my second week of assembly programming. I am writing an inline asm function that converts a base 16 string to base 2, 8, 10, or 16 string. I am able to convert the string into a base 10 integer and I know how to convert to the desired base but I can't figure out how to append each...

Part and Inventory Search

Back
Top