Mercurial > repos > ghero
diff subboot.s68 @ 1:ea41003cfa70
Improvements to skeleton
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 01 May 2012 17:47:00 -0700 |
parents | ed4b291fe247 |
children | bbfa7bf69620 |
line wrap: on
line diff
--- a/subboot.s68 Tue May 01 00:46:34 2012 -0700 +++ b/subboot.s68 Tue May 01 17:47:00 2012 -0700 @@ -1,3 +1,4 @@ + org $6000 SubHeaderStart dc.b 'MAIN FOOBAR', 0 align 8 @@ -6,7 +7,12 @@ dc.l EntryPoints-SubHeaderStart EntryPoints dc.l SubMain-EntryPoints + dc.l SubMain-EntryPoints + dc.l Int2Handler-EntryPoints dc.l 0 SubHeaderEnd SubMain bra SubMain + +Int2Handler + rte