News:

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

DB 'A' x1040 like run `perl -e 'print "A"x1040'`

Started by AgentSmithers, April 19, 2010, 10:38:57 PM

Previous topic - Next topic

AgentSmithers

Hello, I'm aware of MASM v10 being able to DB and put all the bytes in so the compiler will put it in Machine code, But is there a way to Simplfy this so it dose not have to be copied and pasted in?

I don't want to do DB N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
I want something like this DB Nx1040

Any enlightenment?
Thanks!!

qWord

FPU in a trice: SmplMath
It's that simple!