diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-12-12 20:17:59 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-12-12 20:17:59 -0800 |
commit | 155b43703a809bb25a4c381ffe1748c13f49386d (patch) | |
tree | 53c7fab2b7aca4e23705a56a91d15c734ff8b3ae /test.s68 | |
parent | 94ec051bd16a6c954254cf18d77e9dd30032431e (diff) |
Add vector table to test.s68
Diffstat (limited to 'test.s68')
-rw-r--r-- | test.s68 | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ + dc.l $0, start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l start + dc.l after + dc.l after + dc.l after + dc.l after + dc.l after + dc.l after + dc.l after + dc.l after + +start: + bra after +after: abcd d0, d1 abcd -(a2), -(a3) add.b #42, d1 |