flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
madmatt
How would you load unprintable characters into a register.
I want to do this: Code: mov word [esi],'d\0' Instead of: Code: mov byte [esi],'d':mov byte [esi+1],0 |
|||
![]() |
|
madmatt
ok, thanks. Hmm, didn't know it would add the zero byte if you did: mov word [esi],'d' . I couldn't find any information on this in the fasm docs. I'm writing some number conversion routines for a 32bit asm/dos library that I am writing and wanted to save some typing.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.