The MASM Forum

Miscellaneous => The Orphanage => Topic started by: Magnum on February 17, 2013, 03:45:56 PM

Title: @Cpu
Post by: Magnum on February 17, 2013, 03:45:56 PM
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"
Title: Re: @Cpu
Post by: jj2007 on February 17, 2013, 05:40:10 PM
Works with ML 6.15 ... 10 and JWasm:

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