Author Topic: RadASM 64?  (Read 1692 times)

learn64bit

  • Member
  • **
  • Posts: 188
RadASM 64?
« on: August 16, 2022, 09:06:40 PM »
No!
First step of Win64.

bluedevil

  • Member
  • **
  • Posts: 207
  • Binary Grinder
    • SCTZine
Re: RadASM 64?
« Reply #1 on: August 16, 2022, 09:32:33 PM »
Are you going to make 64bit release of RadASM2?
..Dreams make the future
But the past never lies..
BlueDeviL // SCT
My Code Site:
BlueDeviL Github

quarantined

  • Guest
Re: RadASM 64?
« Reply #2 on: August 17, 2022, 11:49:45 AM »
Are you going to make 64bit release of RadASM2?

Looking at the "code" in the attachment, I seriously doubt it myself.

The code itself is a mish-mash of macros and equates that don't have anything to do with the body of the "code" (if you can find it.)

Looks more like a lot of copy/paste and does not display a message box, since that code is commeted out (and in the wrong place anyway) . Not sure exactly WHAT that code is trying to do.   :nie:

I didnt even bother to try and assemble that, or even parse out the actual "code" bits, nevermind trying to find anything resembling a header. 
Not sure why this is here, since there is no rap file so it probably was/is not a radasm project
Just my humble opinions of course. And I had to reinstall Win 7 64 bit from an image just to look at that.  :eusa_naughty:

Edit to add:
No!
First step of Win64.
No, the first step in any programming language is a simple "Hello World" in a console application.
Or if you are adventurous, a "Hello World" message box.
If you need help, you can always ask on this forum.

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM 64?
« Reply #3 on: August 17, 2022, 05:44:44 PM »
This is about conversion, not about programming.
Maybe You can show me your conversion?

I know I will never finish my conversion.
I hope somebody did a fulll conversion. So We can have fun with that. But who will insterest in this old RadASM 2, RadASM 3 is better and newer!

btw: I like Mikl__'s Win32 to Win64 conversion tutorials!

Anyway, RadASM will never die!

quarantined

  • Guest
Re: RadASM 64?
« Reply #4 on: August 17, 2022, 06:10:15 PM »
Quote
I know I will never finish my conversion.
Oh ok. So you do wish to convert RadAsm to 64 bits then? I wish you good luck in that case. And sorry for my criticism.

NoCforMe

  • Member
  • *****
  • Posts: 1124
Re: RadASM 64?
« Reply #5 on: August 17, 2022, 07:21:05 PM »
Are you going to make 64bit release of RadASM2?

Looking at the "code" in the attachment, I seriously doubt it myself.

The code itself is a mish-mash of macros and equates that don't have anything to do with the body of the "code" (if you can find it.)

Looks more like a lot of copy/paste and does not display a message box, since that code is commeted out (and in the wrong place anyway) . Not sure exactly WHAT that code is trying to do.   :nie:

Hmm; you probably shouldn't criticize things you don't understand.

Just casually looking through that code, it looks like the makings of a ... macro assembler. A little bit more complex than a "hello world" program. Way over my head anyhow. That's what all them macros are for ...

quarantined

  • Guest
Re: RadASM 64?
« Reply #6 on: August 17, 2022, 07:27:56 PM »
Hmm; you probably shouldn't criticize things you don't understand.

Without any description, I did not know what that code was supposed to do. And if you read my last post I did apologize for the criticism.

Upon looking at some of the examples in the RadAsm package, I can see where the odd (not quite masm32 style) formatting stems from. But I did not see a “.rap” (radasm project file) file so I did not think his code was written in radasm style (so assumed masm32)
Anyway, I’ll leave it at that. It’s not in my purview to say what is a proper coding style or formatting. But it could have been written to be more understandable to us mortals.  :tongue:

NoCforMe

  • Member
  • *****
  • Posts: 1124
Re: RadASM 64?
« Reply #7 on: August 18, 2022, 03:09:19 AM »
But it could have been written to be more understandable to us mortals.  :tongue:

Well, that applies to a lot of code out there! (But not mine, of course ...)

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM 64?
« Reply #8 on: August 18, 2022, 04:18:29 PM »
Baby Walking Step 2

bluedevil

  • Member
  • **
  • Posts: 207
  • Binary Grinder
    • SCTZine
Re: RadASM 64?
« Reply #9 on: August 18, 2022, 07:53:08 PM »
Dude, you're developing, i hope you won't loose motivation

Anyone can assemble and link with those:
Code: [Select]
@REM Windows ANSI -> code-page 936 - Chinese Simplified (GB2312) 936 <- EditPlus v3.51 1036
@echo off
\masm64\bin64\rc.exe /nologo /foRadASM.res /r "RadASM.rc"
\masm64\bin64\ml64.exe /nologo /c /I"/masm64/include64" RadASM.asm
\masm64\bin64\link.exe /nologo /subsystem:windows /LIBPATH:"\masm64\lib64" /entry:start /LARGEADDRESSAWARE RadASM.obj RadASM.res kernel32.lib
pause

Lastly, i now can see the border of the window; but window is empty.
..Dreams make the future
But the past never lies..
BlueDeviL // SCT
My Code Site:
BlueDeviL Github

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM 64?
« Reply #10 on: August 19, 2022, 06:20:41 AM »
Baby Walking step No. 3

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM 64?
« Reply #11 on: August 20, 2022, 04:17:38 PM »
Steps No. 4

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM 64?
« Reply #12 on: September 04, 2022, 01:33:00 AM »
Almost forgot to post the KetilO's origianl source codes.
3 ZIPs, all unzip to D:\RadASM2212Test folder.

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM 64?
« Reply #13 on: September 04, 2022, 01:34:58 AM »
ZIP No. 2

learn64bit

  • Member
  • **
  • Posts: 188
Re: RadASM 64?
« Reply #14 on: September 04, 2022, 01:36:44 AM »
No. 3, and that's all.