会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
AI Algorithms
管理
2014年8月17日
[masmplus]初次使用报external symbol _start 是配置问题
摘要: 初次使用masmplus 其中在 codesg segment 使用了 start 标记, 并在end处标明了:end start 但是默认的masmplus 会提示 start 为 不认识的 external symbol,如下图 那怎么办, 原来是连接器不同造成的, 这里如果使用了类似的start标签 那就要使用dos下的连接器来链接才行, 那可以在 配置--》系统配置--》编译/脚本 ...
阅读全文
posted @ 2014-08-17 17:18 AI Algorithms
阅读(391)
评论(0)
推荐(0)
编辑