News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

@Cpu

Started by Magnum, February 17, 2013, 03:45:56 PM

Previous topic - Next topic

Magnum

This compiles but doesn't work.

It may be that I am using ml.exe ver. 6.14.

I tried to find ml.exe vers. 10.0 with no luck.

Thanks.

%cpu        db  " &@Cpu"
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

jj2007

Works with ML 6.15 ... 10 and JWasm:

.data
tmp$ CATSTR <cpu db ">, %@Cpu, <">
tmp$