Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/customboots/boisy/teststa.a @ 3169:1ff3d7673e36
mc09 l2: bring sys/makefile in line with latest organisation for other platforms
Revise bootfiles/makefile to remove sysgo from bootfile - it can be
found on the root of the disk.
author | Neal Crook <foofoobedoo@gmail.com> |
---|---|
date | Mon, 17 Apr 2017 22:59:28 +0100 |
parents | 6bc8200fd0ba |
children |
rev | line source |
---|---|
2471 | 1 tylg set $01 Prgrm+Objct |
2 atrv set $80+rev ReEnt+rev | |
3 rev set $00 | |
4 edition set 5 | |
5 | |
6 psect testlda_a,tylg,atrv,edition,200,start | |
7 | |
8 | |
9 start | |
10 lda #$FF | |
11 orcc #IntMasks | |
12 top | |
13 sta >$00F0 | |
14 sta >$00F0 | |
15 sta >$00F0 | |
16 sta >$00F0 | |
17 sta >$00F0 | |
18 sta >$00F0 | |
19 sta >$00F0 | |
20 sta >$00F0 | |
21 sta >$00F0 | |
22 sta >$00F0 | |
23 bra top | |
24 | |
25 endsect |