【发布时间】:2018-04-19 18:50:47
【问题描述】:
我是 NASM 的新手。我收到错误消息:
操作码和操作数的组合无效
在下面的第一行
mov si,bl ;si contains address of number string
mov cx,7 ;once for each line
jmp print_num ;print the number
loop line_loop ;decrement cx, repeat if cx<>0
int 20h
【问题讨论】:
标签: nasm