URL
https://opencores.org/ocsvn/t400/t400/trunk
Subversion Repositories t400
[/] [t400/] [trunk/] [sw/] [verif/] [int/] [jmp/] [test.asm] - Rev 75
Go to most recent revision | Compare with Previous | Blame | View Log
;; *******************************************************************
;; $Id: test.asm,v 1.1 2006-05-28 02:44:02 arniml Exp $
;;
;; Checks interrupt on JMP.
;;
;; the cpu type is defined on asl's command line
include "int_macros.inc"
org 0x00
clra
lei 0x02
jp int_mark
org 0x030
int_mark:
nop
nop
int_instr:
jmp +
org 0x03d
jmp fail
org 0x03f
+ aisc 0xf
ret_instr:
jmp pass
org 0x0fd
jmp fail
int_routine:
nop
check_sa ret_instr
ret
org 0x200
include "int_pass_fail.asm"
Go to most recent revision | Compare with Previous | Blame | View Log