分类目录

链接

2024 年 4 月
1234567
891011121314
15161718192021
22232425262728
2930  

近期文章

热门标签

新人福利,免费薅羊毛

MSIL Instruction Set

Base Instructions Instruction Description Stack Transition 1 add add two values, returning a new value …, value1, value2à…, result 2 add.ovf.<signed> add integer value with overflow check …, value1, value2à…, result 3 and bitwise AND …, value1, value2 à…, result 4 arglist get argument list … à …, argListHandle 5 beq.<length> branch on equal …, value1, value2 à … 6 bge.<length> branch on g...

.NET 暂无评论 阅读(1,637)