URL
https://opencores.org/ocsvn/y80e/y80e/trunk
Subversion Repositories y80e
[/] [y80e/] [trunk/] [asm/] [setup_hl.s] - Rev 7
Go to most recent revision | Compare with Previous | Blame | View Log
;********************************************************************************** ;* * ;* set up hl register for trap patterns * ;* * ;********************************************************************************** org 00h jp 100h org 0c0h ;pattern finish location nop jr 0c0h org 0100h ld hl, 0100h ;init hl for next pattern jp 0c0h
Go to most recent revision | Compare with Previous | Blame | View Log