คำสั่งแอสเซมบลี้ Assembly command
|
ปรับปรุง : 2562-02-01 (ปรับ template) |
|
Digital logic | OS | คำสั่งดอส | Batch | Debug | Assembly | GWBasic | Docker | |
ตัวดำเนินการทางลอจิก | ||
SHR | เลื่อนไปทางขวา | |
SHL | เลื่อนไปทางซ้าย | |
NOT | กลับค่าบิตต่อบิต (Complement) | |
AND | การกระทำแบบและ | |
OR | การกระทำแบบหรือ | |
XOR | การกระทำแบบตรงข้ามหรือ |
:: แสดงการใช้คำสั่ง mov shl shr และ interrupt ของ DOS ใน debug C:\>debug -a 100 0AE8:0100 mov ah,02 0AE8:0102 mov dl,51 0AE8:0104 int 21 0AE8:0106 shr dl,1 0AE8:0108 shl dl,1 0AE8:010A int 21 0AE8:010C int 20 0AE8:010E -g QP Program terminated normally - |
|
Load Time = 222 milliseconds Height = 2085 Width = 1264
|
"Imagination is more important than knowledge" - Albert Einstein |