News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

For over confident programers

Started by herge, November 18, 2011, 10:37:18 PM

Previous topic - Next topic

herge

 Hi:

For ML programers every where?


REM ML9.BAT Friday, November 18, 2011 5:18:26 PMĀ 
ML.EXE /c /coff /Zi /Zd %1.asm
LINK.EXE /DEBUG /SUBSYSTEM:CONSOLE /RELEASE /PDB:%1.pdb %1.obj
IF EXIST %1.EXE gowindbg "%~d1%~p1%~n1%~x1"


and gowindbg.bat

REM GOWINDBG.BAT Monday, November 17, 2011 11:08:04 AM
REM http://www.computerhope.com/call.htm
REM SETLOCAL so we get back to where we started
REM Directory wise
SETLOCAL
C:
cd \
cd \"Program Files\Debugging Tools for Windows (x86)"
Windbg.exe %~d1%~p1%~n1%~x1
pause
REM << End of File D BAT GOWINDBG.BAT >>


For your debugging needs!

Regards Herge
// Herge born  Brussels, Belgium May 22, 1907
// Died March 3, 1983
// Cartoonist of Tintin and Snowy

NoCforMe

Nah, over-confident programmers don't use any debugging tools. Those are for sissies!

Farabi

What? I can read the opcode myself. I dont need any debuger.  :green

The sad fact is, Im serious.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

dedndave

you guys are missing the fun part of that batch file
"%~d1%~p1%~n1%~x1"

jj2007

Quote from: dedndave on November 19, 2011, 04:24:54 AM
you guys are missing the fun part of that batch file
"%~d1%~p1%~n1%~x1"

Using...
@echo off
echo "%~d1%~p1%~n1%~x1"
pause

... I just see the original file name ::)

Besides, only a masochist would use WinDbg when Olly is around...

vanjast


Farabi

Who is that di phi ni xi guys? Someone arround here?
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"


Farabi

I didnt get the fun, and I though it addressed to me. I always confident about myself, esp. over here.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"