URL
https://opencores.org/ocsvn/t400/t400/trunk
[/] [t400/] [trunk/] [sw/] [verif/] [int/] [nop/] [test.asm] - Diff between revs 81 and 87
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 81 |
Rev 87 |
Line 1... |
Line 1... |
;; *******************************************************************
|
;; *******************************************************************
|
;; $Id: test.asm,v 1.2 2006-05-28 13:20:49 arniml Exp $
|
;; $Id: test.asm,v 1.3 2006-05-28 15:30:06 arniml Exp $
|
;;
|
;;
|
;; Checks interrupt on NOP.
|
;; Checks interrupt on NOP.
|
;;
|
;;
|
|
|
;; the cpu type is defined on asl's command line
|
;; the cpu type is defined on asl's command line
|
Line 9... |
Line 9... |
include "int_macros.inc"
|
include "int_macros.inc"
|
|
|
org 0x00
|
org 0x00
|
clra
|
clra
|
|
|
|
int_flag_clear
|
lei 0x02
|
lei 0x02
|
jp int_mark
|
jp int_mark
|
|
|
org 0x030
|
org 0x030
|
int_mark:
|
int_mark:
|
nop
|
nop
|
nop
|
nop
|
int_instr:
|
int_instr:
|
nop
|
nop
|
ret_instr:
|
ret_instr:
|
|
int_flag_check
|
jmp pass
|
jmp pass
|
|
|
|
|
org 0x0fd
|
org 0x0fd
|
jmp fail
|
jmp fail
|
int_routine:
|
int_routine:
|
nop
|
nop
|
save_a_m_c
|
save_a_m_c
|
|
int_flag_set
|
check_sa ret_instr
|
check_sa ret_instr
|
restore_c_m_a
|
restore_c_m_a
|
ret
|
ret
|
|
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.