主题:求助于汇编高手,COMPACT转换为FLAT
我有一段DOS下的汇编,是针对串口进行操作的,用的是COMPACT模式,现在我想给转到FLAT模式,集成进VC中,请汇编高手帮转换一下,酬谢.QQ:4895992
附,转换为FLAT后编译报错:
mov cx, offset TransBuffer----error A2022: instruction operands must be the same size
mov ax, @data-----------------error A2004: symbol type conflict
附,转换为FLAT后编译报错:
mov cx, offset TransBuffer----error A2022: instruction operands must be the same size
mov ax, @data-----------------error A2004: symbol type conflict