News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

RadASM v2.2.1.2 for Masm32 test for chinese

Started by learn64bit, August 06, 2022, 03:46:34 PM

Previous topic - Next topic

learn64bit

"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.

zedd151

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.

jj2007


learn64bit

It's "TinyRTFeditor", for me its a weird style! haha!

For everyone: Thanks for reading my post!


learn64bit


learn64bit

Another quick and dirty fix
The ";" comments after include/includelib




learn64bit

#25
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)...

learn64bit

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

learn64bit

Modified menus a little bit.

And try to deal with Find in files and File encodings convertion.


learn64bit