This page (revision-9) was last changed on 03-Feb-2023 15:21 by Gromit 

This page was created on 27-Aug-2010 22:53 by Florian Dingler

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
9 03-Feb-2023 15:21 31 KB Gromit to previous
8 17-May-2011 13:30 30 KB Gromit to previous | to last
7 17-May-2011 12:34 30 KB Gromit to previous | to last
6 28-Aug-2010 12:51 30 KB Florian Dingler to previous | to last
5 28-Aug-2010 12:44 19 KB Florian Dingler to previous | to last
4 28-Aug-2010 12:43 19 KB Florian Dingler to previous | to last
3 27-Aug-2010 23:01 13 KB Florian Dingler to previous | to last
2 27-Aug-2010 22:58 13 KB Florian Dingler to previous | to last
1 27-Aug-2010 22:53 13 KB Florian Dingler to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 139 changed one line
?$B000 [RETURN]
?$B000 [[RETURN]
At line 194 changed one line
!6. HEX ARRAY SIZES
!6. HEX ARRAY SIZES
At line 199 changed one line
7. TYPE POINTER ARGUMENTS
!7. TYPE POINTER ARGUMENTS
At line 201 added one line
{{{
At line 204 changed one line
}}}
At line 208 added one line
{{{
At line 209 changed one line
}}}
At line 212 changed one line
8. MONITOR LOCKUP
!8. MONITOR LOCKUP
At line 214 changed 2 lines
R* [RETURN]
{{{
R* [[RETURN]
}}}
At line 217 changed one line
Fix: Don't do it! If you do type that command, hit [RESET]
Fix: Don't do it! If you do type that command, hit [[RESET]
At line 219 changed one line
9. PADDLE FUNCTION
!9. PADDLE FUNCTION
At line 223 changed one line
BYTE ARRAY Paddle(4) = 624
{{{
BYTE ARRAY Paddle(4) = 624
}}}
At line 225 changed one line
10. SOUND ON CHANNELS 3 AND 4
!10. SOUND ON CHANNELS 3 AND 4
At line 234 added one line
{{{
At line 245 added one line
}}}
At line 240 changed one line
11. TYPE FIELDS AS PARAMETERS
!11. TYPE FIELDS AS PARAMETERS
At line 249 added one line
{{{
At line 252 added one line
}}}
At line 255 added one line
{{{
At line 259 added one line
}}}
At line 250 changed one line
12. SASSIGN PROBLEMS
!12. SASSIGN PROBLEMS
At line 255 changed one line
13. CARD FIELDS IN TYPES
!13. CARD FIELDS IN TYPES
At line 260 changed one line
14. MOVEBLOCK PROBLEMS
!14. MOVEBLOCK PROBLEMS
At line 265 changed 2 lines
15. CONTROL-SHIFT RETURN
Using [CS] RETURN to split a line into two lines generates garbage in the second line.
!15. CONTROL-SHIFT RETURN
Using [[CS] RETURN to split a line into two lines generates garbage in the second line.
At line 270 changed one line
16. DIVISION ERRORS
!16. DIVISION ERRORS
At line 285 added one line
{{{
At line 277 changed 6 lines
; Permission is granted to
; duplicate and/or distribute
; the contents of this file
; to ACTION! users. Copies of
; this file may not be sold or
; used for monetary gain.
; Permission is granted to duplicate and/or distribute
; the contents of this file to ACTION! users. Copies of
; this file may not be sold or used for monetary gain.
At line 284 changed one line
PROC DivI=*()
PROC DivI=*()
At line 307 added one line
}}}
At line 299 changed one line
17. ERROR ROUTINE NOT INITIALIZED
!17. ERROR ROUTINE NOT INITIALIZED
At line 304 changed one line
18. COMPLEX EXPRESSIONS IN UNTIL
!18. COMPLEX EXPRESSIONS IN UNTIL
At line 316 added one line
{{{
At line 310 changed one line
}}}
At line 324 added one line
{{{
At line 330 added one line
}}}
At line 319 changed one line
19. BANK SWITCH BUG
!19. BANK SWITCH BUG
At line 336 added one line
{{{
At line 343 added one line
}}}
At line 330 changed one line
20. .COM PROGRAMS
!20. .COM PROGRAMS
At line 349 added one line
{{{
At line 353 added one line
}}}
At line 338 changed one line
21. PROC ADDRESSING
!21. PROC ADDRESSING
At line 359 added one line
{{{
At line 362 added one line
}}}
At line 345 changed one line
22. ERROR #3
!22. ERROR #3
At line 368 added one line
{{{
At line 370 added one line
}}}
At line 351 changed one line
23. STRING INPUT -- When using the string input library functions (InputS, InputSD, and InputMD), there must be room in the string for the termination EOL, even though the resulting string length will not include it.
!23. STRING INPUT
When using the string input library functions (InputS, InputSD, and InputMD), there must be room in the string for the termination EOL, even though the resulting string length will not include it.