This page (revision-18) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 26-Dec-2010 11:02 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
18 03-Feb-2023 15:21 13 KB Roland B. Wassenberg to previous
17 09-Sep-2017 16:13 13 KB Roland B. Wassenberg to previous | to last
16 28-Aug-2017 00:07 12 KB Roland B. Wassenberg to previous | to last
15 21-Apr-2016 23:36 12 KB Roland B. Wassenberg to previous | to last
14 21-Apr-2016 23:28 12 KB Roland B. Wassenberg to previous | to last
13 21-Apr-2016 23:28 12 KB Roland B. Wassenberg to previous | to last
12 21-Apr-2016 23:20 12 KB Roland B. Wassenberg to previous | to last
11 21-Apr-2016 22:36 11 KB Roland B. Wassenberg to previous | to last
10 21-Apr-2016 21:50 8 KB Roland B. Wassenberg to previous | to last
9 21-Apr-2016 21:40 8 KB Roland B. Wassenberg to previous | to last
8 21-Apr-2016 21:33 7 KB Roland B. Wassenberg to previous | to last
7 21-Apr-2016 21:26 7 KB Roland B. Wassenberg to previous | to last
6 21-Apr-2016 21:13 7 KB Roland B. Wassenberg to previous | to last Synapse Assembler 'SynAssembler'
5 19-Aug-2015 14:22 7 KB Roland B. Wassenberg to previous | to last
4 26-Dec-2010 12:16 7 KB Carsten Strotmann to previous | to last
3 26-Dec-2010 11:33 6 KB Carsten Strotmann to previous | to last
2 26-Dec-2010 11:04 5 KB Carsten Strotmann to previous | to last
1 26-Dec-2010 11:02 5 KB Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 34 added 24 lines
!!Review
Synassembler\\
Synapse Software\\
5327 Jacuzzi St., Suite 1\\
Richmond, CA 94804\\
(415) 527-7751\\
$49.95 Diskette 48K\\
$89.95 Cartridge\\
Reviewed by Adrian Dery\\
\\
Synapse has come up with a really powerful Assembler, Editor and machine-language Monitor. All these are in a single program which is available on disk, or by special order on a ROM cartridge.\\
\\
This Editor does for Assembly programs what the BASIC cartridge does for BASIC programs, and it works much the same way. Additional editing commands include: Auto-Line Numbering; Renumber (all or part of a program); Delete Lines; Move and Copy (blocks of lines from one part of a program to another); and Search/ Replace (character strings).\\
\\
The Editor has a unique HIDE feature that will protect a source program in memory. Load or type in a new program, then edit and assemble it completely apart from the program you are hiding. You can then save it, or delete it, or append it to the hidden program.\\
\\
The Assembler part of Synassembier is incredibly fast! I have assembled programs as large as 1500 statements and it's average speed is about 100 statements per second, with the source file in memory and the listing turned off.\\
\\
An Include feature assembles multiple source files in a single pass. This is useful for picking up "canned" subroutines or things like a list of Operating System equates. It also can assemble very large programs and it is quite possible, and sometimes practical, to have a main program that has only Include statements in it.\\
\\
The Monitor is a full-featured : machine-language debugger. Memory can be displayed, changed or moved around. Registers can also be displayed and changed. Program execution can be traced, or you can singlestep through the instructions. There are also some special read/write commands that allow you to directly read and write any disk sectors without opening a file.\\
\\
Synassembler is a professional development tool for the experienced programmer as well as the beginner. It has an excellent Editor, a very fast Assembler capable of assembling programs of virtually unlimited size, and a Monitor that should serve well in finding the trickiest of bugs. It's a step above the Atari cartridge because of its speed and ability to include multiple source files. Synassembler does require 48K and you need a disk drive to take advantage of all its features. If you have the memory and the disk, it is a good value for the money.
At line 76 added 2 lines
* [Interview with Steve Hales|http://mrbacardi.000space.com/games/Synapse/Steve_Hales.html] ; thanks to Mr. Bacardi
* [Interview with Ihor Wolosenko|http://mrbacardi.000space.com/games/Synapse/Ihor_Wolosenko.html] ; thanks to Mr. Bacardi
At line 84 added one line
* [Synassembler_Original_Manual_Synapse.pdf] ; size: 6.8 MB ; 62 pages, thank you so much Allan Bushman for preserving this original manual! :-)))
At line 70 changed one line
* [SynAssembler.atr] ; atr image for all Atari computers
* [SynAssembler.atr] ; atr image for all Atari computers ; with special DOS for direct jump back to the program
* [SynAssembler_XL.atr] : atr image for XL/XE Atari computers ; with special DOS for direct jump back to the program
* [Synapse page 6 utilities|Synapse_page_6_utility.atr] ; Synapse page 6 utilities
At line 87 changed one line
!!Pictures
!!Pictures and Themes
At line 256 removed 23 lines
!!Review
Synassembler
Synapse Software
5327 Jacuzzi St., Suite 1
Richmond, CA 94804
(415) 527-7751
$49.95 Diskette 48K
$89.95 Cartridge
Reviewed by Adrian Dery
Synapse has come up with a really powerful Assembler, Editor and machine-language Monitor. All these are in a single program which is available on disk, or by special order on a ROM cartridge.
This Editor does for Assembly programs what the BASIC cartridge does for BASIC programs, and it works much the same way. Additional editing commands include: Auto-Line Numbering; Renumber (all or part of a program); Delete Eines; Move and Copy (blocks of lines from one part of a program to another); and Search/ Replace (character strings).
The Editor has a unique HIDE feature that will protect a source program in memory. Load or type in a new program, then edit and assemble it completely apart from the program you are hiding. You can then save it, or delete it, or append it to the hidden program.
The Assembler part of Synassembier is incredibly fast! I have assembled programs as large as 1500 statements and it's average speed is about 100 statements per second, with the source file in memory and the listing turned off.
An Include feature assembles multiple source files in a single pass. This is useful for picking up "canned" subroutines or thmgs like a list of Operating System equates. It also can assemble very large programs and it is quite possible, and sometimes practical, to have a main program that has only Include statements in it.
The Monitor is a full-featured : machine-language debugger. Memory can be displayed, changed or moved around. Registers can also be displayed and changed. Program execution can be traced, or you can singlestep through the instructions. There are also some special read/write commands that allow you to directly read and write any disk sectors without opening a file.
Synassembler is a professional development tool for the experienced programmer as well as the beginner. It has an excellent Editor, a very fast Assembler capable of assembling programs of virtually unlimited size, and a Monitor that should serve well in finding the trickiest of bugs. It's a step above the Atari cartridge because of its speed and ability to include multiple source files. Synassembler does require 48K and you need a disk drive to take advantage of all its features. If you have the memory and the disk, it is a good value for the money.