flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Barak 25 Jul 2003, 10:48
I want to strat learning FASM but I want to create with it hebrew software. Is there ever going to be such thing?
|
|||
![]() |
|
Barak 25 Jul 2003, 13:16
I wrote in hebrew but from the second letter and forth all the letters look like the first one.
I hope you undrstood me ![]() Barak |
|||
![]() |
|
JohnFound 25 Jul 2003, 13:27
Barak wrote: I wrote in hebrew but from the second letter and forth all the letters look like the first one. Actually not. If first letter looks good, others must appear OK. Maybe you have some bug. Can you post some example or screenshot. |
|||
![]() |
|
Tomasz Grysztar 25 Jul 2003, 13:29
If can't just directly put unicode strings in your source, (which is ASCII). But you can, for example, write some unicode text in Notepad, save it to unicode text file and then put it into your program data with the command like:
Code: unicodestring file 'somefile.txt' |
|||
![]() |
|
JohnFound 25 Jul 2003, 13:33
privalov wrote: If can't just directly put unicode strings in your source, (which is ASCII). But you can, for example, write some unicode text in Notepad, save it to unicode text file and then put it into your program data with the command like: Maybe: Code: unicodestring file 'somefile.txt' db 0 ; terminator |
|||
![]() |
|
Tomasz Grysztar 25 Jul 2003, 14:11
Yeah, good point, but it still needs a correction:
Code: unicodestring file 'somefile.txt' dw 0 ![]() |
|||
![]() |
|
JohnFound 25 Jul 2003, 15:36
![]() |
|||
![]() |
|
Barak 25 Jul 2003, 18:36
I've solved the problem!!!!
It is another windows bug, when I resizing the window the word set to be like it should, thanks anyway. |
|||
![]() |
|
JohnFound 25 Jul 2003, 20:23
JohnFound wrote:
![]() ![]() Enjoy FASM. |
|||
![]() |
|
Barak 25 Jul 2003, 21:46
Belive me I enjoy it, I'm going to start translating MenuetOS to Hebrew. Is there an option in FASM that give you the ability to use Right-To-Left GUI and font support?
|
|||
![]() |
|
Kevin_Zheng 26 Jul 2003, 05:36
The fasmw.exe doesn't supported multi-language inputing. For example, It doesn't input the Chinese char . So please used ultraedit for writing source code.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.