我收到错误:第78行的'额外字符'
这是我收到错误的部分:
string db 10,13, "The result is: ", "$"
some codes here.....
add_here:
mov bl, num2
mov al, num1
mov num, al
mov ah, 09h
(78) mov dx, offset string
int 21h
ret