News:

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

breakpoint in masm

Started by anjali dhasmana, February 02, 2010, 05:04:50 AM

Previous topic - Next topic

anjali dhasmana

what does

1.expression
2.pass count and
3.length

in set breakpoint option of masm611 means.

MichaelW

This is a CodeView question. If you have the full installation, including the help file CV.HLP, you should be able to access context specific help from within CodeView. If your environment is not already set up to do this, you could run CodeView from a batch file something like this, after substituting the correct path for "C:\MASM":

SET PATH=C:\MASM\BIN\;C:\MASM\BINB\;
SET INCLUDE=C:\MASM\INCLUDE\
SET HELPFILES=C:\MASM\HELP\*.HLP
SET INIT=C:\MASM\INIT\
SET ASMEX=C:\MASM\SAMPLES\
CV yourexe.exe

eschew obfuscation

anjali dhasmana


I HAVE MASM 6.11 and it dosent contain ASMEX  and HELPFILES
where can i get these files