请问向数据段写入代码后,怎么编译啊
或者在代码段写入数据,如CALL TAB1 DB "GSDFGSD",0 这样写入数据,DB "GSDFGSD",0不要编译成代码。
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
- C/C++ code
call test ...... test: pop ax push ax ret
------解决方案--------------------------------------------------------
call test
......
test:
pop ax
push ax
ret