comparison level1/modules/sysgo.asm @ 76:6f72b77131c0

Disassembled reset code a little
author boisy
date Sun, 12 May 2002 15:43:51 +0000
parents 6641a883d6b0
children 668388823050
comparison
equal deleted inserted replaced
75:ce04e3883dec 76:6f72b77131c0
72 TimePckt fcb 85,06,01,00,00,00 72 TimePckt fcb 85,06,01,00,00,00
73 73
74 BasicRst fcb $55 74 BasicRst fcb $55
75 fcb $00 75 fcb $00
76 fcb $74 76 fcb $74
77 fcb $12 77 nop
78 fcb $7F 78 clr >$FF03
79 fcb $FF 79 nop
80 fcb $03 80 nop
81 fcb $12 81 sta >$FFDF
82 fcb $12 82 jmp >$EF0E
83 fcb $B7
84 fcb $FF
85 fcb $DF
86 fcb $7E
87 fcb $EF
88 fcb $0E
89 83
90 * SysGo entry point 84 * SysGo entry point
91 start leax >IcptRtn,pcr 85 start leax >IcptRtn,pcr
92 os9 F$Icpt 86 os9 F$Icpt
93 leax >BasicRst,pcr 87 leax >BasicRst,pcr