The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: learn64bit on August 06, 2022, 03:46:34 PM

Title: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on August 06, 2022, 03:46:34 PM
Tampering a very old RadASM.
Have fun!
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on August 06, 2022, 03:47:59 PM
zip limited, so add another post
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on August 06, 2022, 04:03:50 PM
Unzip to D:\RadRAM2212Test\
Masm32 in D:\MASM32\
Windows 7 SP1 us
Microsoft Pinyin Input (10.1.7601.0)
NSimSux(win7sp1's simsun.ttc, name be changed from NSimSun to NSimSux, 0 character be changed with a forward slash, so it's easy to identify 0 and O) font
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on August 09, 2022, 06:25:37 PM
How to:
Unzip to D:\RadASM2212Test

What's it:
Special version for Tiny Screen and Alt+C toggle Column Selection (aka. Block Edit Mode)

Why you tampering it:
Don't know why, Maybe just I can. You wanna tell me how big your screen is? Okay... but it's not mine!

Post source code:
Yes, but wait for me delete my comments (it's a lot shit, 25MB size...)
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on August 17, 2022, 05:41:58 PM
Another quick and dirty fix.

FileBrowser(Alt -> V -> P -> The "File Browser" Button)
RadASM.exe.cmd
  Ctrl + MouseLButtonDoubleClick
   Open in Hex Editor
    This is wrong!  It should be open in TextEdit as a Text file (maybe a batch programming language in a anothor time).
     Okay, Fixed.
  Shift + MouseLButtonDoubleClick
   Open in HexEdit still works.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on August 20, 2022, 05:01:33 PM
I think if you can post your input and font settings, than maybe we can make:

Re: RadASM v2.2.1.2 for Masm32 test for Japanese
Re: RadASM v2.2.1.2 for Masm32 test for Russian

Of cause I don't know that is possible yet
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 10, 2022, 02:33:30 AM
Another quick and dirty fix.
Can not find "^i", "^I", "^m" and "^M".
Fixed.
Alt -> e -> a or f
Replace or Find
  Find what
   Regular string
    ^i or ^I
     VK_TAB (tab character)
      File and memory TAB key is the 09h byte
    ^m or ^M
     VK_RETURN (end of line mark, special: last not empty line did not have the mark in file but have in memory)
      File is the 0D0Ah word
      Memory is the 0Dh byte
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 11, 2022, 11:47:57 PM
Text file's code-page convertion tips.


Text file's code-page "Windows 1252"'s special characters which are not compatiable with "Chinese Simplified (GB2312) 936"
A4h "¤"
  This byte is ok, it will be convert to 0A1E8h word.
ABh "«"
AFh "¯"
BBh "»"
FDh "ý"
Text code-page "Windows 1251"'s special characters which are not compatiable with "Chinese Simplified (GB2312) 936"
A0h " "(俄罗斯全角空格)(Russian full-width space character)

Chinese Simplified (GB2312) 936
2 bytes full width characters
  一二三四五六七八九十百千万亿兆
  壹贰叁肆伍陆柒捌玖拾佰仟微亿兆
  〇
  零
  吉拍太艾
  吉皮太阿
  纳毫厘分
2 bytes half width characters
  āáǎà
  ōóǒò
  ēéěè
  īíǐì
  ūúǔù
  ǖǘǚǜ
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: bluedevil on September 12, 2022, 05:40:06 AM
Can you write this letter: ğ Ğ
This is g with breve (https://en.wikipedia.org/wiki/%C4%9E)
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 12, 2022, 09:01:16 AM
don't know the Windows code-page, font, input method.

I guess:

0BBh byte ğ
code-page is Latin 3 (iso-8859-3) 28593
font is Microsoft YaHei (Language: Turkish)
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 13, 2022, 11:22:26 PM
Keyboard shortcuts
Ctrl+Alt+End
  Toggle the Splitter Bar in middle of window
Ctrl+Shift+Up
  Move the splitter up
Ctrl+Shift+Down
  Move the splitter down

Regular strings
^
  Beginning of line
\t
  Tab
\n
  Enter
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 14, 2022, 11:33:20 PM
Regular String
$
  End of line
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 15, 2022, 03:36:03 PM
Another quick and dirty fix!
Deal with chinese gb2312 two bytes and half width characters.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 18, 2022, 01:24:00 AM
Another quick and dirty fix.
Deal with jj2007 style masm source code file.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: zedd151 on September 18, 2022, 02:02:50 AM
Quote from: learn64bit on September 18, 2022, 01:24:00 AM
Deal with jj2007 style masm source code file.
I was expecting some type of reformatting source code but all I see in the attachment is a .dll. How exactly are you making these changes? Wheres the source code?
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 18, 2022, 02:12:07 AM
"Post source code:
Yes, but wait for me delete my comments (it's a lot shit, 25MB size...)"

This need time, maybe I should finish my 64 bit convertion first. then no need to do this(no meaning for me, just wast my time, and very boring), sorry for that.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: zedd151 on September 18, 2022, 02:20:18 AM
Quote from: learn64bit on September 18, 2022, 02:12:07 AM
Yes, but wait for me delete my comments
I was just wondering, since I won't even try to run any .exe or .dll without knowing what has been added to it. Without seeing source code for it, most users here would also probably not run either; or at the very leasy run it through some antivirus software first.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: jj2007 on September 18, 2022, 02:46:56 AM
Quote from: learn64bit on September 18, 2022, 01:24:00 AM
Deal with jj2007 style masm source code file.

Where did you dig out that one?  :biggrin:
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 18, 2022, 02:50:29 AM
It's "TinyRTFeditor", for me its a weird style! haha!

For everyone: Thanks for reading my post!
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 19, 2022, 06:33:26 AM
Fix the "括号" bug!
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 19, 2022, 06:35:14 AM
limited, and add new post
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 20, 2022, 11:27:09 PM
Another quick and dirty fix
The ";" comments after include/includelib
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 21, 2022, 06:14:23 AM
Fix the "^  " bug!
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 22, 2022, 05:15:49 AM
Fix another "Find" bug.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 22, 2022, 11:20:51 PM
Fix the ";~" bug.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 23, 2022, 01:39:22 AM
Hope no more bug be captured by anyone!

New playground:

Deal with the MASM source code files
Step 1 - Text formats
  Text file detection, then convert to RadASM format (Windows text file format)
   Windows - PC
    0D0Ah - CR/LF - Enter
     2 bytes
   Linux/Mac OS(new) - Unix / Mac OS X
    0Dh
     1 byte
   Mac OS(old) - Mac OS 9
    0Ah
     1 byte
Step 2 - Text encodings
  Encoding convertion - Code-page convertion
   1251 to 936
    1251 to WideChar, then WideChar to 936
     WideChar to 936
      Should prompt the translation or deleting
       Should prompt the line number and byte number in line
   1252 to 936
    1252 to WideChar, then WideChar to 936

Maybe should add UTF8 (without BOM[Byte Order Mark]/Signature)

Damn, somebody already found a bug (Ctrl+Alt+O opened ".rc" checked the "end" keyword)...
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 29, 2022, 02:10:57 PM
My mouse broken on me!
How do I use RadASM now?

You can just use your keyboard.

Added F6 to switch Focus on EditA/B.

Keyboard shortcuts
Ctrl+Alt+End
  Toggle the Splitter Bar in middle of window
Ctrl+Shift+Up
  Move the splitter up
Ctrl+Shift+Down
  Move the splitter down
F6
  Goto another SubWindow (Up Window / Down Window)
Ctrl+Up/Down
  Scroll window
Ctrl+G
  Goto line
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 30, 2022, 11:23:48 AM
Modified menus a little bit.

And try to deal with Find in files and File encodings convertion.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on September 30, 2022, 11:27:14 AM
size limited
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 01, 2022, 05:29:53 AM
Keep doing RadASM menus clean up
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 04, 2022, 05:25:45 PM
Try the text encodings conversion
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: jj2007 on October 04, 2022, 06:26:39 PM
It can flawlessly open Utf-8 and Utf-16 docs, fine, but where is the build button, and why does it need 752,128 bytes for its limited functionality?
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: zedd151 on October 04, 2022, 10:17:50 PM
Hmmm. This looks suspiciously like Notepad, which is available already on every version of Microsoft Windows. :eusa_naughty:
Do you have source code for this? I'd like to learn about printing in this type of program, and Structured Exception Handling as well.


:badgrin:
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: jj2007 on October 04, 2022, 10:30:25 PM
Can't be, C:\Windows\System32\notepad.exe has only 179,712 bytes on my Win7-64 machine.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: zedd151 on October 04, 2022, 11:06:56 PM
Quote from: jj2007 on October 04, 2022, 10:30:25 PM
Can't be, C:\Windows\System32\notepad.exe has only 179,712 bytes on my Win7-64 machine.
Not going to argue but just saying...

The size of the resources section is making this program bloated. I would bet that the actual code size for this and notepad are strikingly similar. I dont know the version of Windows that it (notepad.exe) is from though...
I dare the author of this thread to prove otherwise.

The very first word in the original post is "Tampering". I believe that is the case here, rather than actually writing any assembly code into a proper source file then assembling & linking it. But this is just my opinion on this matter. Without any source code what else to believe?
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 04, 2022, 11:28:05 PM
Another Tampering:
Fixed a dead loop at "new file/close(quit app)" when make a change and not save it. And change filesize limit to 64 MB
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: jj2007 on October 04, 2022, 11:42:23 PM
Quote from: zedd151 on October 04, 2022, 11:06:56 PMThe very first word in the original post is "Tampering". I believe that is the case here, rather than actually writing any assembly code into a proper source file then assembling & linking it. But this is just my opinion on this matter. Without any source code what else to believe?

Found a reason for the 700+kB: two identical icons named 1.ico and 6.ico
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: TimoVJL on October 04, 2022, 11:44:21 PM
Quote from: zedd151 on October 04, 2022, 11:06:56 PM
The size of the resources section is making this program bloated. I would bet that the actual code size for this and notepad are strikingly similar. I dont know the version of Windows that it (notepad.exe) is from though...
I dare the author of this thread to prove otherwise.

.text
ECPad
pFile Data Description Value
000001F0 00008000 Size Of RawData 32768

notepad
pFile Data Description Value
000001E0 0000A800 Size Of RawData 43008
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: zedd151 on October 04, 2022, 11:48:58 PM
Jj and Timo, there are many versions of notepad.exe from different OS's and different regional versions of those OS's as well.
I stand by what I said. Without source code, questions still remain.

Examining notepad.exe from windows xp, windows 7 and windows 10 in ollydbg and comparing to the exe here does not change my view. Maybe someone should send these ECpad files to Microsoft for their analysis...


@ learn64bit: Please explain what you are doing. Post the source code so you can prove me wrong. Or even what link options are you using? The executable you posted requires specific options for linking.
If I am right, which version of Windows are you running?


edited for clarity
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: zedd151 on October 05, 2022, 12:43:08 AM
I have asked hutch (in a PM) to look into this, to help settle this matter.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: hutch-- on October 05, 2022, 01:46:22 AM
You may think my view is strange but we don't need to be internet vigilantees. It sounds like he is playing with one of his system binaries and while Microsoft may frown on the idea, it is in fact harmless. What I will stop is cracks, hacks and any other instructional postings that involve illegal conduct.

If you want to be the "l3Et0" hacker, get a HEX editor.  :tongue:
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: zedd151 on October 05, 2022, 02:04:13 AM
Okay then that settles it. Your word is obviously final, hutch. I have nothing further to say in this matter. But the OP should state that this is a modified system binary, else it looks as if he is representing it as his own creation - which would be plagiarism.


@learn64bit.... carry on.  :biggrin:  and sorry for the scrutiny. I didn't know that this sort of thing was allowed here.  :undecided:  (confused)
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 05, 2022, 02:45:07 PM
Fixed the loog typo. And try to add FindTheUncompitableLine
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 06, 2022, 02:33:16 PM
For better machines, 64 bit and 3 GB limit
I guess my AMD E1-2100 will take years to open a 3 GB file. Anyway maybe your machine is really far more better than mine.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 07, 2022, 10:49:22 PM
Looks it works now
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 08, 2022, 12:37:42 PM
Another quick and dirty fix.
Empty line stopped the FindTheLineWhichContianIncompitableChars.

AND found a nice PEViewer, but did not find the source code yet! (If your mouse broke like me, you can not use keyboard to resize windows...)
https:\\github.com\TimoVJL\Tiny-Lousy-projects\Tiny-Lousy-projects-master\
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 08, 2022, 12:38:47 PM
size limited
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 10, 2022, 10:30:19 AM
Another quick and dirty fix.
GetWord memory over read at the last line which is not empty line.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 10, 2022, 06:07:28 PM
Another Tampering:
Try
Alt+Spacebar -> Move or Size
to move or size the window
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: bluedevil on October 10, 2022, 06:30:26 PM
You know what; tools like PEBear, CFF Explorer or PEStudio do not parse static lib files but TimoVJL's tool does. This is so interesting and awesome.
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 13, 2022, 01:21:12 PM
Q:Which fonts I use?
A:I only use 2 fonts.

936 font
Unicode font
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: bluedevil on October 14, 2022, 12:19:08 AM
Why don't you use Consolas or Source code pro? Don't they support Chinese/Unicode?
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 24, 2022, 03:16:10 PM
My favorite EXEs

MS-DOS 1.0
16-bit DOS COM
MS-DOS 2.0
16-bit DOS EXE
Win16
Windows 3.1
  WinNE
MS-DOS 6.22
DOS with DPMI
  16-bit and 32-bit mix
Win32
Windows 3.1 + Win32s
  Win32pe with BaseRelocation
Windows 95 and NT 3.10
  Win32pe
Windows 7 64-bit with SP1
  Win32pe with DynamicBase (ASLR)
Win64
Windows XP 64-bit
  Win64pe
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: bluedevil on October 24, 2022, 07:10:23 PM
Quote from: bluedevil on October 14, 2022, 12:19:08 AM
Why don't you use Consolas or Source code pro? Don't they support Chinese/Unicode?

@learn64bit ?
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 25, 2022, 06:34:04 PM
ok... yours is bad, mine is better. but it's just for me, none for others.

unicode... I don't know, but I saw " Lucida Sans Unicode", I assume it support unicode. It's just a quick and dirty choose
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 26, 2022, 01:24:51 AM
My masm.ini for color settings
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 26, 2022, 01:26:31 AM
size limited
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: zedd151 on October 26, 2022, 02:10:20 AM
Hmmmm.... line 96, from unpacker.asm in ColorSettings.zip
Quoteinvoke MessageBox,NULL,CTEXT(13," Unpacker for QEditor ",13,13,"  and TheGun ",0) ,CTEXT("About"),MB_OK
Are you writing an unpacker?
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 26, 2022, 11:29:44 PM
Fix the dollar sign
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 27, 2022, 07:39:15 PM
Another "FindFile", sha256sum, try to make "filesize" right.
Source code? Er... Please don't ask about it, it's not human readable and ugly!
Did you dealed with Win7 "Filesystem Redirection"? No... it's too complicated for me! I rather to recording new UASM v2.56 coding video.
(btw: You can replace "c:\" with "\\127.0.0.1\c$\")
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 30, 2022, 07:24:27 PM
Try to add a line above the first textLine
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on October 31, 2022, 03:54:19 AM
Unicode vs. Ansi
RadASM is a Ansi program
  It do not support WideChar filePath
  But now it support WideChar filePath for quick view file in TextFileMode
   Drag a file then Drop it in RadASM
   Do not save the file!
    If you need to edit the file don't use DragAndDrop!
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 04, 2022, 05:55:56 PM
NSimSux font
https://drive.google.com/file/d/1UIm1jMu-nAFRHHQPqEoTI-JCKEwoChKp/view?usp=share_link
  (first time use google drive, if something wrong tell me)
OriginalSha1sum:4bde644f7203b47c075e14cf8e797a3db215a035
TamperedSha1sum:4acf8ffa9b268f29b0d6f089f683b37b00fd2b22
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 05, 2022, 06:55:02 PM
another quick and dirty fix
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 08, 2022, 03:14:33 AM
fix "end" try number two...
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 08, 2022, 10:34:57 PM
fix "end" try number three...
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 14, 2022, 04:32:59 AM
fix "end" try number four...
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 15, 2022, 01:01:48 AM
PageLeft
Ctrl+,
  Alt+Left
   can not use it in Windows 7 64-bit
PageSize
  EditWidth - ( 8 * ChineseCharacterWidth )
PageRight
Ctrl+.
  Alt+Right

PageDown
Scroll down 1 page with change caret position
PageUp
Scroll up 1 page with change caret position
Ctrl+PageDown
Scroll down 1 page without change caret position
Ctrl+PageUp
Scroll up 1 page without change caret position
Ctrl+Home
Goto top
Ctrl+End
Goto end
Ctrl+Up
Scroll down 1 line without change caret position
Ctrl+Down
Scroll up 1 line without change caret position
Ctrl+Left
Move caret to the WordStart
Ctrl+Right
Move caret to the WordEnd
Shift+Left
Select to left
Shift+Right
Select to right
Shift+Ctrl+Left
Select to the WordStart
Shift+Ctrl+Right
Select to the WordEnd

Should be added
Shift+Alt+Delete
  Delete Line

Alt+1
Alt -> w -> 1
Alt+2
Alt -> w -> 2
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 15, 2022, 10:51:58 PM
Change to 4 chinese charaters
8 chinese charaters is too complicated to count for human

Microsoft Pinyin New Experience Input Style (10.1.7601.0) - Microsoft Pinying IME - MSPY
Ctrl+SpaceBar
  Open/close IME
Ctrl+. - Ctrl+Period
  Switch between Chinese punctuation and English punctuation
Shift
  Chiese/English Input Switching Key - Switch between Chinese and English
Shift+BackSpace
  Reconvert the Chinese character on the left side of the cursor back to pinyin
Shift+SpaceBar
  全角/半角切换 - Switch between full-width and half-width

Windows 7 - Text Editor
Copy Text
  Unicode
   utf16le to utf16le
    WideChar
  Ansi
   should keep encoding same
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 15, 2022, 10:54:35 PM
filesize limited
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 21, 2022, 02:32:26 AM
deal with special 936 characters
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 24, 2022, 02:22:41 AM
enable 936 word searching
Title: Re: RadASM v2.2.1.2 for Masm32 test for chinese
Post by: learn64bit on November 24, 2022, 02:23:58 AM
size limited