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.
私はいくつかのCILコードを理解しようとしています。同じことをする2つのステートメントがあると思います。これらは
ldc.i4.m1
と
ldc.i4.M1
これら2つの違いは何ですか?
ウィキペディアの CIL 命令のリスト:
0x15 ldc.i4.M1 Push -1 of type int32 onto the stack as int32 (alias for ldc.i4.m1).
それらは同じように見えます。