NIOS II .S源文件语法请教

2020-02-03 10:44发布

alt_exception_entry.S文件里的一些语法没见过,看起来像是汇编的,但没见过这种,请指教,谢谢
  1. .set noat     //?不明白
复制代码
  1. #ifdef ALT_EXCEPTION_STACK
  2.         .globl __alt_exception_stack_pointer//条件编译明白,但是.global这个什么鬼啊?
复制代码
  1. .section .exceptions.entry.label, "xa"
  2.         .globl alt_exception
  3.         .type alt_exception, @function//什么鬼啊这三句
复制代码
  1.         stw   et, %gprel(alt_exception_old_stack_limit)(gp)//不明白
复制代码

0条回答

一周热门 更多>