标签: assembly tasm
我需要命令interpereter来移动像mov这样的源之间的数据。 现在,我得到字符串
mov ah, 09h mov dx, offset entstr int 21h
我如何将其解析为两个变量?
例如: 来自控制台的字符串:
mov cs, 9
或
mov cs, ax
变量: opr1:cs opr2:9
如果输入的字符串可能包含零个或多个空格。