AssemPro

Search
Votes / Statistics
Rating 
N/A
Hits: 2,100
Downloads: 1,225
Votes: 0
My Atarimania
Comments (0)

Screenshots - AssemPro

AssemPro atari screenshot
AssemPro atari screenshot
AssemPro atari screenshot
AssemPro atari screenshot
AssemPro atari screenshot
AssemPro atari screenshot
AssemPro atari screenshot

Information - AssemPro

GenreProgramming - LanguageYear1988
Language[unknown]PublisherAbacus Software
Developer[n/a]Distributor-
ControlsKeyboard, MouseCountryUSA
Box / InstructionsEnglishSoftwareEnglish
Programmer(s)

Schultz, Peter

LicenseCommercial
SerialST TypeST, STe / 0.5MB
ResolutionMedium / HighNumber of Disks1 / Single Sided / HD Installable
Dumpdownload atari AssemPro Download / STMIDI
Protection

Additional Comments - AssemPro

Other version with the same title:


Data Becker ().

Disk - AssemPro

AssemPro Atari disk scan AssemPro Atari disk scan

Instructions - AssemPro

IMPORTANT NOTICE:

Since AssemPro has been updated, we have to make a few
additions on this diskette file.

1)  Since the program turned out to be longer than anticipated, and
a number of programs were added, the diskette is pretty full of data.
Before you start working with AssemPro, you should format a data diskette,
and copy the TOS and DEMO folders to it. Then you'll have enough room to
save programs to be assembled. Remember to have the AssemPro original
diskette in drive A.

2)  For reasons of versatility, and because of memory needs, AssemPro
requires one of the following hardware configurations:

-  Atari 260 ST with TOS in ROM
-  Atari 520 ST with TOS in ROM
-  Atari 260 ST expanded to 1Meg with TOS in ROM or on disk
-  Atari 520 ST expanded to 1Meg with TOS in ROM or on disk
-  Atari 520 ST+ with TOS in ROM or on disk
-  Atari 520 ST/M with TOS in ROM or on disk
-  Atari 1040 ST with TOS in ROM or on disk

3) When you want to delete a file, choose and delete your file from the
file selector box; you can continue deleting files from that box, until
you click CANCEL.

4) The following operations have been added to AssemPro:

a<>b :  Shift a (binary) b bits to the right. This is the equivalent of
        ABS(a/2^b)
?a   :  Determine the number of most significnt bits from a. This cor-
        responds to the logarithm of base 2 from a.

These three new operations work with integers (no leading characters).
Examples:

1<<3       = 8
1024>>5    = 32
?8         = 3
?1024      = 10
?32        = 5
%1011<<3   = %1011000
%1010>>3   = %1
?%1010     = 3
?(1< and .

9) Additions to the debugger:

When you click "Execute program" in the debugger, you can state an option
of whether the program just loads, just starts, or loads AND starts. When
you want to debug a program, do the following:

-  Load the program with load only.
-  Insert breakpoints, or whatever you prefer to do, to get the program
   back to the debugger
-  Now call the "Execute program" call, and start the program. This is
   necessary for initialization, without crashing the loaded program.
   Always start from the beginning of the program.   Now you don't need to
   select the filename anymore.

When you want to get the program running again after returning to the 
debugger, either click the "Program start" field, or press .

10)  Here is some advice for all of you who want to single-step through
     the operating system:

When you use the mouse and not the keyboard to control the debugger, the
problems described in the manual do not occur. These parameters aren't 
spot-checked by GEMDOS, XBIOS or BIOS routines. Examine the KBSHIFT
function for a demonstration.

11)  Some other improvements worth mentioning:

When you execute a double-click on the debugger field "From address",
you get the beginning of the program found in memory, and the
starting address given in the Info line.

Besides that, when you single-click "From address", the following appears:

*=$__________

12)  Furthermore, we should mention some other items not made clear
in the manual.

When you wish to assemble programs from magazines or books, you must have
the relocatable option on, otherwise the assembler will signal errors
where none exist.

This is allowable only with relocatable programs when a label is given as
the destination of the command, e.g.,

MOVE D0,PICT_HIGH

This applies to the Hardcopy program!!

PS:  You can no longer have Relocatable and PC-relative code active
simultaneously. This is merely a cosmetic correction, not a functional one.

When defining constants you absolutely should use the equal sign, not
the EQU command, which is used in other assemblers. The program's func-
tion will be unimpaired, but the assembler speed will be affected,
and so will your aggravation.

Finally, some tips about the debugger:

When you want to debug a program which you have assembled first, or which
you have loaded from the File menu selection "Load", you should remember to
use no BSS segments.

When you start it, though, your program drops into an empty area of memory.

Besides that, you must put such a program into unnecessary memory, by
beginning any program with executing SETBLOCK.

The same applies to the program end. This should not be ended with 
TERM (GEMDOS 0), since there is no basepage there.

When you have tested the incorrect areas of your program, removed the
breakpoints and left the debugger, then load and start the program 
(see point 9).

We wish you much enjoyment with your AssemPro ST.
     
DATA BECKER Duesseldorf W. Germany
ABACUS SOFTWARE Grand Rapids MI USA

Instructions - AssemPro

Ads - AssemPro

AssemPro Atari ad
About Us - Contact - Credits - Powered with Webdev - © Atarimania 2003-2024