83:OS:ROMPage0C

From WikiTI
Revision as of 13:47, 26 April 2005 by Guillaumeh (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


This ROM page is loaded as soon as an ASM program is launched.

Structure

4000

Here is the ROM Call jumptable, which looks like this :

 call 0033
 ret
 call 010F
 ret
 call 011B
 ret
 call 111F
 ret
 ...

... seldom having some jumps instead of calls.

At 4F0C, the ROM Calls start to look like this :

	pusf	af
	ld	a,XX    
	ld	(80C8),a
	pop	af
	jr	5188


52E9

This part only has FF FF FF FF FF ... until the end (7FFF).