首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

_nr_ensure_isr_jum()函数

你用的什么版本的NIOS? 我用的NIOS IDE 5。1, quartus 5.1. 没有你说的文件。
提问题时最好把工具版本说清楚。
可以使用windows的查找功能查找呀。
汇编代码中

# file: nios_isr_funnel.s
# Started 2003 November
#
# This is the assembly language stub for an exception
# handler. We provide both the funnel (aka "trampoline" in some
# dialects) and a stub to poke a jump to it to the exception
# vector address
#

.include "nios_macros.s"

.global _nr_ensure_isr_jmp # private routine used by library

# Explicitly allow the use of r1 (the assembler temporary register)
# within this code. This register is normally reserved for the use of
# the compiler.
.set noat

_nr_ensure_isr_jmp:
你知道 "请在system libray下把.txt改为RAM"是什么意思吗?
::::就是把指令放在ram中
返回列表