This page (revision-14) was last changed on 26-Mar-2023 01:58 by Administrator 

This page was created on 01-Feb-2011 14:21 by Gromit

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
14 26-Mar-2023 01:58 74 KB Administrator to previous LarryS ACTION Tutorial ==> Larrys Action Tutorial
13 26-Mar-2023 01:58 74 KB Administrator to previous | to last Change case
12 03-Feb-2023 15:21 74 KB Gromit to previous | to last
11 02-Feb-2011 13:02 74 KB Gromit to previous | to last
10 01-Feb-2011 16:06 74 KB Gromit to previous | to last
9 01-Feb-2011 14:40 74 KB Gromit to previous | to last
8 01-Feb-2011 14:39 74 KB Gromit to previous | to last
7 01-Feb-2011 14:36 74 KB Gromit to previous | to last
6 01-Feb-2011 14:36 74 KB Gromit to previous | to last
5 01-Feb-2011 14:31 74 KB Gromit to previous | to last
4 01-Feb-2011 14:30 74 KB Gromit to previous | to last
3 01-Feb-2011 14:28 74 KB Gromit to previous | to last
2 01-Feb-2011 14:26 74 KB Gromit to previous | to last
1 01-Feb-2011 14:21 74 KB Gromit to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 3 lines
!!!Larry's ACTION! TUTORIAL
by Larry Serflaten
A monthly addition to the SPACE club Newsletter originally appearing from January 1995 through March 1996<div Permission is granted to distribute any portion or all of my monthly contribution
[{TableOfContents }]
!!!Larry's Action! Tutorial
by Larry Serflaten\\A monthly addition to the SPACE club Newsletter originally appearing from January 1995 through March 1996\\Permission is granted to distribute any portion or all of my monthly contribution
At line 5 changed one line
!! The Beginning
!! 1. The Beginning
At line 8 changed one line
<div style="text-align: center;">"Bring on the GAMES!"</div>
\\%%(text-align:center)
"Bring on the GAMES!"
%%\\
At line 30 changed one line
!! Hello World
!! 2. Hello World
At line 46 changed one line
Device ID is the one letter identifier for whichever device you are addressing (D for disk drive). To denote an optional parameter, I will use the '[' and ']'. The |: and :| indicate you can repeat whatever they enclose, one or more times.
Device ID is the one letter identifier for whichever device you are addressing (D for disk drive). To denote an optional parameter, I will use the '[[' and ']'. The |: and :| indicate you can repeat whatever they enclose, one or more times.
At line 60 changed one line
!! The First Mistake
!! 3. The First Mistake
At line 139 changed one line
!! Sing-a-Long!
!! 4. Sing-a-Long!
At line 202 changed one line
!! Vocabulary
!! 5. Vocabulary
At line 297 changed one line
!! Overview
!! 6. Overview
At line 345 changed one line
!! Let's Start Programming
!! 7. Let's Start Programming
At line 349 changed 8 lines
;PROGRAM DEVELOPMENT CHART
:# Decide what the inputs and outputs of the program will be.
:# Outline the major tasks that need to be done in the order they are to be done.
:# If there are many decisions to be made by the computer, develop a flowchart.
:# Divide each task into its component parts and look for similarities.
:# Group the similar tasks together to determine which can be combined.
:# Develop a memory map of the computer, showing where in memory the different parts of the program are to reside.
:# Type in/write the MAIN procedure first. Fill out the rest of the program, testing each newly added routine for errors and accuracy.
;PROGRAM DEVELOPMENT CHART:
# Decide what the inputs and outputs of the program will be.
# Outline the major tasks that need to be done in the order they are to be done.
# If there are many decisions to be made by the computer, develop a flowchart.
# Divide each task into its component parts and look for similarities.
# Group the similar tasks together to determine which can be combined.
# Develop a memory map of the computer, showing where in memory the different parts of the program are to reside.
# Type in/write the MAIN procedure first. Fill out the rest of the program, testing each newly added routine for errors and accuracy.
At line 420 changed one line
!! Adding To Our Understanding
!! 8. Adding To Our Understanding
At line 503 changed one line
!! A Wealth Of Knowledge
!! 9. A Wealth Of Knowledge
At line 560 changed one line
!! The Effect Of Change
!! 10. The Effect Of Change
At line 613 changed one line
!! Off And Running
!! 11. Off And Running
At line 658 added one line
The '=*' after the word MultiplyB simply means to omit the allocation of memory for the parameters. Action! passes the parameters using the accumulator and X register. No reference was made in the function to either 'a' or 'x' so there is no need to reserve memory for them. The function obtained the values directly from the accumulator and X register.
At line 657 removed 2 lines
The '=*' after the word MultiplyB simply means to omit the allocation of memory for the parameters. Action! passes the parameters using the accumulator and X register. No reference was made in the function to either 'a' or 'x' so there is no need to reserve memory for them. The function obtained the values directly from the accumulator and X register.
At line 661 changed 2 lines
!! Kilroy Strikes Again!
!! 12. Kilroy Strikes Again!
At line 704 removed one line
At line 732 removed one line
At line 735 changed 2 lines
!!! Details, Details, Details!
!! 13. Details, Details, Details!
At line 789 changed one line
!! Deal Me In!
!! 14. Deal Me In!
At line 876 changed 2 lines
!! A Bit Of Digression
!! 15. A Bit Of Digression
At line 912 changed 2 lines
!! Caught In The Flow
!! 16. Caught In The Flow
At line 941 changed 2 lines
!! Victory
!! 17. Victory
At line 1,011 changed 2 lines
!! Breaking The Record!
!! 18. Breaking The Record!
At line 1,066 removed one line
At line 1,073 changed one line
!! An OBJECT Lesson
!! 19. An OBJECT Lesson
At line 1,199 removed one line
At line 1,202 changed 2 lines
!! Number Twenty!
!! 20. Number Twenty!
At line 1,292 changed 2 lines
!! Final Episode
!! 21. Final Episode
At line 1,304 changed 3 lines
!! Conclusion
It has come time to close this column and move on. I want to thank Mike Schmidt our newsletter editor for the great job he has done organizing, printing, and mailing our club newsletter to all our members. All the people in the club who volunteer their time to help SPACE provide support for the ATARI community, deserve a hearty thanks. It’s the members, who support SPACE through membership and the purchase of DOMs, that are to be congratulated on keeping this group together for so long. Nice going. This is my last submission, I had a fun time, and I hope you gained a little more confidence in your own efforts.
!! 22. Conclusion
It has come time to close this column and move on. I want to thank Mike Schmidt our newsletter editor for the great job he has done organizing, printing, and mailing our club newsletter to all our members. All the people in the club who volunteer their time to help SPACE provide support for the ATARI community, deserve a hearty thanks. It’s the members, who support SPACE through membership and the purchase of DOMs, that are to be congratulated on keeping this group together for so long. Nice going. This is my last submission, I had a fun time, and I hope you gained a little more confidence in your own efforts.