ASM Output

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Peyman: Nice code, you should contribute more often. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Peyman
Enthusiast
Enthusiast
Posts: 203
Joined: Mon Dec 24, 2007 4:15 pm
Location: Iran

Re: Better commentedASM

Post by Peyman »

PB wrote:I've been using this successfully for months. Not originally my code, but
I shortened it to the following form. Just select it from the Tools menu
when a source is present and voila! :)

Code: Select all

; Compile to an executable and add to the PureBasic 'Tools' Menu.
; Set 'Arguments' in the 'Tools' menu to "%TEMPFILE" (include the ").

pb$=#PB_Compiler_Home
RunProgram(pb$+"Compilers\PBCompiler.exe",Chr(34)+ProgramParameter()+Chr(34)+" /COMMENTED",pb$+"Compilers",1|2)
RunProgram("Notepad.exe",Chr(34)+pb$+"Compilers\PureBasic.asm"+Chr(34),pb$)
Ok this is work successfully, but you can't say Notepad is a good Editor. My commentedASM Create by Scintilla and you can see and edit Your assembly code colorful.

Sorry For my bad english writing
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

having problems to get this work, when using a big project with some include files... any idea how to solve this problem and showing the ASM output (mainfile with all include files? thanks

i solved the problem. thx
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Post Reply