The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Rarely Used Projects
»
RadAsm IDE Support
(Moderator:
KetilO
) »
Radasm 3.x Bug?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Radasm 3.x Bug? (Read 5521 times)
ragdog
Member
Posts: 609
Radasm 3.x Bug?
«
on:
July 27, 2013, 02:53:58 AM »
Hey
I use the last version of Radasm 3 now have i copy my OllyDBg on C:\OllyDbg\Ollydbg.exe
In Radasm the Environment have i c:\..\masm32\Bin;c:\..\Ollydbg
How i can run Ollydbg with my coded Exe from Radasm?
Greets,
Logged
KetilO
Moderator
Regular Member
Posts: 40
Re: Radasm 3.x Bug?
«
Reply #1 on:
July 31, 2013, 10:44:06 PM »
Hi ragdog
Use Option / Make Options and set External Debugger.
Example:
C:\OllyDbg\OLLYDBG.EXE
Use Make / Run With Debug to debug your program.
KetilO
Logged
ragdog
Member
Posts: 609
Re: Radasm 3.x Bug?
«
Reply #2 on:
January 26, 2014, 08:26:41 PM »
Hi Ketilo
I use Radasm under win7 without any problems.
but if i use it under XP sp3 and compile a project it very very slow by Go All
Ml and link is all ok only by executing the project exe it take a while 2 minutes or 3 run this exe
executing: test.exe
I have testet Radasm2 and this have not this bug
I have look in this source i cannot find this bug
Logged
ragdog
Member
Posts: 609
Re: Radasm 3.x Bug?
«
Reply #3 on:
February 08, 2014, 08:55:36 PM »
Hi Ketilo
Indent to Spaces has a bug i t convert not correctly from tabs 2 spaces
http://masm32.com/board/index.php?action=post;quote=24229;topic=2340.0;last_msg=24249
Tabs
Code:
[Select]
lea
ebx, pMagic
Indent to Spaces
Code:
[Select]
lea
ebx, pMagic
between lea and ebx is after Indent to Spaces are still tabs
I think is a bug in Raedit >> ClipBoard.asm >>ConvertIndent
.if nFunction==CONVERT_TABTOSPACE
Please bugfix it
«
Last Edit: February 09, 2014, 10:12:24 PM by ragdog
»
Logged
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
Rarely Used Projects
»
RadAsm IDE Support
(Moderator:
KetilO
) »
Radasm 3.x Bug?