Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MASM のデータ セクションで浮動小数点数または定数を定義する方法の例を教えてもらえますか? または、少なくともそれに関するいくつかの情報...
で終わったと思います
.data myVar REAL4 1.0f .code
浮動小数点値は、Masm では REAL4、REAL8、または REAL10 です。 式 (#define myConst 1.0f など) は、 myConst EQU 1.0
myConst EQU 1.0
これらはどのセクションにも固有のものではありません。