📅  最后修改于: 2022-03-11 14:59:27.894000             🧑  作者: Mango
assembly sub instruction
syntax : sub {destination} , {operand}
how it works ?
1: subtracts {destination} - {operand}
2: stores the result in {destination}
inputs:
destination: can be {memory address or register}
operand: can be {memory address , register or immediate value}