📜  si 在汇编语言中 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:03.760000             🧑  作者: Mango

代码示例1
SI: Source Index

Source index is use as a pointer to the current character being read in a string instruction(LODS,MOVS, or CMPS). 
Source index is also available as an offset to add Bx or Bp when doing indirect addressing.