This page (revision-8) was last changed on 03-Feb-2023 15:21 by Carsten Strotmann 

This page was created on 14-Mar-2010 18:44 by Carsten Strotmann

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
8 03-Feb-2023 15:21 59 KB Carsten Strotmann to previous
7 26-Dec-2010 10:59 59 KB Carsten Strotmann to previous | to last Synapse Assembler ==> Synapse Assembler Manual
6 14-Mar-2010 19:15 59 KB Carsten Strotmann to previous | to last
5 14-Mar-2010 19:14 59 KB Carsten Strotmann to previous | to last
4 14-Mar-2010 19:01 27 KB Carsten Strotmann to previous | to last
3 14-Mar-2010 18:48 5 KB Carsten Strotmann to previous | to last
2 14-Mar-2010 18:44 5 KB Carsten Strotmann to previous | to last
1 14-Mar-2010 18:44 5 KB Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 771 changed one line
!EQUATE: label .EQ [expression]
!EQUATE: label .EQ ~[expression]
At line 804 changed one line
!INCLUDE: .IN [file name]
!INCLUDE: .IN ~[file name]
At line 828 changed one line
!TARGET ADDRESS: .TA [expression]
!TARGET ADDRESS: .TA ~[expression]
At line 832 changed one line
!TARGET FILE: .TF [filename]
!TARGET FILE: .TF ~[filename]
At line 834 changed one line
Causes the object code generated to be stored an a binary file rather than in memory. Only the code which follows the .TF directive will be stored on the file. Code will be stored on the file until another .TF directive is encountered, or until a .TA or .OR directive is encountered. The [filename] format is the standard ATARI filespec format.
Causes the object code generated to be stored an a binary file rather than in memory. Only the code which follows the .TF directive will be stored on the file. Code will be stored on the file until another .TF directive is encountered, or until a .TA or .OR directive is encountered. The ~[filename] format is the standard ATARI filespec format.