Action! Source Code#
The full source code can be found attached to the article. The Action! source code is free software and licensed under the GPL 3 (or later) version. The full text of the GPL license can be found at http://www.gnu.org/licenses/. The original ICD source code is attached to this page. The original source code and the latest version of Action! are available at https://sourceforge.net/projects/atari-action/
.
$title(ACTION! 3.6 - 11/4/83) $pagewidth=80 list off ; Copyright 1983 by Clinton W Parker ; All Rights Reserved ; last modified November 4, 1983 ; ; This file is part of Action!. ; ; Action! is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; Action! is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with Action!. If not, see <http://www.gnu.org/licenses/>. org $bffa ; setup Left cartridge dw cstart dw $0500 ; boot disk and start cart. dw init include "1.asm" org ml version db $36 date db $1,$17,$84 ; assemble date of latest version! include "2.asm" propid ldx $a0 include "3.asm" main ; ACTION! 3.6 - S.T. ; ------------------ org ll include "4.asm" include "5.asm" cpyright db "ACTION! (c)1983 Action Computer Services" org ll+$0fff db lbank doc ; ACTION! 3.6 - Editor ; -------------------- org el include "6.asm" include "7.asm" org el+$0fff db ebank org ml+$08d8 include "8.asm" editend ; "ACTION! 3.6 - Compiler ; ----------------------- org cl include "9.asm" cright db "ACTION! (c)1983 Action Computer Services" org cl+$0fff db cbank org ml+$0a80 include "10.asm" amplfin end
Add new attachment
Only authorized users are allowed to upload new attachments.
List of attachments
Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
---|---|---|---|---|---|---|
asm |
1.ASM | 6.4 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
10.ASM | 13.7 kB | 1 | 04-Feb-2015 12:02 | Carsten Strotmann | |
asm |
2.ASM | 8.6 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
3.ASM | 18.2 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
4.ASM | 35.0 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
5.ASM | 3.3 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
6.ASM | 27.8 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
7.ASM | 6.4 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
8.ASM | 3.8 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
9.ASM | 35.8 kB | 1 | 04-Feb-2015 12:01 | Carsten Strotmann | |
asm |
ACTION.ASM | 1.7 kB | 1 | 04-Feb-2015 12:00 | Carsten Strotmann | |
zip |
Action!36.zip | 65.4 kB | 1 | 04-Feb-2015 12:02 | Carsten Strotmann |