你好 请问怎么用汇编语言实现123 456并输出和
2026-03-21
cseg segmentassume cs:csegstart: mov ax, 123 add ax, 456 ;123+456 call print ;print ax mov ax,4c00h int 21hprint proc near ;sub routine xor cx, cx mov bx, 10Q0: xor dx, dx p bx xor dx, 0e30h push dx...
2026-03-21
cseg segmentassume cs:csegstart: mov ax, 123 add ax, 456 ;123+456 call print ;print ax mov ax,4c00h int 21hprint proc near ;sub routine xor cx, cx mov bx, 10Q0: xor dx, dx p bx xor dx, 0e30h push dx...