OpenCores
URL https://opencores.org/ocsvn/y80e/y80e/trunk

Subversion Repositories y80e

[/] [y80e/] [trunk/] [asm/] [setup_hl.s] - Rev 2

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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.