6454|9

72

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

vector.asm [复制链接]

最近在用C编使用中断的小程序   ,书上说要将vector.asm一块加到工程中编译,
    .ref _c_int0,_nothing,_INT1_ISR
        .sect     \".vectors\"
RESET  :     B   _c_int0   ; Reset Vector
INT1    :  B   _INT1_ISR ; Interrupt Level 1
INT2   :      B   _nothing  ; Interrupt Level 2
INT3   :     B  _nothing  ; Interrupt Level 3
INT4   :     B    _nothing  ; Interrupt Level 4
INT5   :     B    _nothing  ; Interrupt Level 5
INT6   :    B    _nothing  ; Interrupt Level 6
编译时出错,请问程序哪里错了
 

最新回复

我用的是2407,也出现了同样的问题,别人编译通过的vector.asm文件,加到我的工程下面,编译就报错“Expecting condition code as operand” 请问这是什么原因啊,谢谢  详情 回复 发表于 2008-4-19 07:28
点赞 关注

回复
举报

84

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
      冤得很,你好像是在汉字方式下编辑的,程序行中有汉字的空格。拷贝下面这一段去,不会错了。

  .ref _c_int0
  .ref _nothing
  .ref _INT1_ISR
  .sect     \".vectors\"
RESET:  B  _c_int0   ; Reset Vector
INT1:   B  _INT1_ISR ; Interrupt Level 1
INT2:   B  _nothing  ; Interrupt Level 2
INT3:   B  _nothing  ; Interrupt Level 3
INT4:   B  _nothing  ; Interrupt Level 4
INT5:   B  _nothing  ; Interrupt Level 5

 
 
 

回复

68

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
谢谢回复,可我拷过去编译怎么还是出错呢,是要把它加到工程的源程序中吧
说expecting condition code as operand
 
 
 

回复

71

帖子

0

TA的资源

一粒金砂(初级)

4
 
     我这是编译过,无错才贴上来的。你可以拷过去替换了原先的文件。
   或者修改原来的文件也行。特别注意在英文输入方式下,删去每行中原有的空白和标点符号,再重新输入(标点符号和空格)。
 
 
 

回复

55

帖子

0

TA的资源

一粒金砂(初级)

5
 
为什么还是不行呢,汇编和C程序编译方法是一样的吧,实在不好意思啊
 
 
 

回复

70

帖子

0

TA的资源

一粒金砂(初级)

6
 
      出错信息是什么?
 
 
 

回复

66

帖子

0

TA的资源

一粒金砂(初级)

7
 
\"vector.asm\",ERROR!   at line 5:[E0003]Expecting condition code as operand
              RESET: B _C_int0 ;  reset vector
\"vector.asm\",ERROR!   at line 5:[E0003]Expecting condition code as operand
             INT1: B _C_int0 ;  interrupt Level 1
\"vector.asm\",ERROR!   at line 5:[E0003]Expecting condition code as operand
              INT2: B _C_int0 ;  interrupt Level 2
\"vector.asm\",ERROR!   at line 5:[E0003]Expecting condition code as operand
              INT3: B _C_int0 ;  interrupt Level 3
\"vector.asm\",ERROR!   at line 5:[E0003]Expecting condition code as operand
             INT4: B _C_int0 ;  interrupt Level 4
\"vector.asm\",ERROR!   at line 5:[E0003]Expecting condition code as operand
             INT5: B _C_int0 ;  interrupt Level 5
6 Assembly Errors ,No Assembly Warnings

Errors in Source- Assembler Aborted
Compile Complete,
7 Errors,0 Warnings,0 Remarks
 
 
 

回复

62

帖子

0

TA的资源

一粒金砂(初级)

8
 
我觉得你的程序应该没问题,我是用F2812 Device Simulator,而这个程序只适合F2407的啊
 
 
 

回复

69

帖子

0

TA的资源

一粒金砂(初级)

9
 
我只用过  LF 2407, 2812 就不知道了。猜想汇编语言格式之类,应该没啥区别,但无法验证了。
 
 
 

回复

72

帖子

0

TA的资源

一粒金砂(初级)

10
 
我用的是2407,也出现了同样的问题,别人编译通过的vector.asm文件,加到我的工程下面,编译就报错“Expecting condition code as operand”
请问这是什么原因啊,谢谢
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/9 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表