flat assembler
Message board for the users of flat assembler.
Index
> Main > Value out of range for '\r' and undefined symbol h suffix |
Author |
|
revolution 03 Nov 2020, 12:15
If you want to use the CR character then type it like this:
Code: mov al,13 ;ASCII CR Code: dw 0xaa55 ;0x prefix dw 0aa55h ;h suffix |
|||
03 Nov 2020, 12:15 |
|
Teehee 03 Nov 2020, 12:27
Oh, ok. Thanks! (sad about the \n tho )
|
|||
03 Nov 2020, 12:27 |
|
revolution 03 Nov 2020, 12:39
Teehee wrote: (sad about the \n tho ) If you want a longer string with terminating characters then: Code: db 'Text string',0xd,0 ;CR and zero termination |
|||
03 Nov 2020, 12:39 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.