Prev: 5B00 Up: Map Next: 5D27
5D11: Game Entry Point
GameEntryPoint 5D11 LD HL,$FFFF SP=FFFF.
5D14 LD SP,HL
5D15 LD HL,($5C53) HL=*PROG.
5D18 LD BC,$9B94 BC=9B94.
5D1B LD DE,$FE00 DE=FE00.
5D1E ADD HL,BC HL+=BC.
5D1F LD BC,$9A01 BC=9A01.
5D22 LDDR Move the code into place.
5D24 JP Alias_InitialiseGame Jump to Alias_InitialiseGame.
Prev: 5B00 Up: Map Next: 5D27