------------- Welcome to the SEKA V3.0 instructions --------------
--------------------------------------------------------------------
The SEKA V3.0 is based on the SEKA V1.5 not the SEKA V2.1 by MFC.
Anyhow this version supports all SEKA V2.1 commands. The upgrade
programming was done by Promax of Kefrens. This is not a course
in how to use the Seka, only a upgrade instructions to the new
commands.
Summary of SEKA V2.1 improvements supported by SEKA V3.0:
1. Workspace:
----------
Pressing return by accidence when you are asked 'WORKSPACE>'
allocates normaly ( 0 kbytes user memory ). Pressing return
by accidence will now just repeat the question.
2. Write Object:
-------------
When writing an object code you are asked to enter a mode.
Type the letter c and your object code will allways be loaded
into the chip-ram when loaded from the cli. This insures that
bitmaps and copper list will work on a machine with memory
expansion.
3. Execute:
--------
Typeing '@' enables you to executes a command on the disk,
like in the CLI. Please note that the CLI command RUN must
be present in the c-directory. You use it like this:
SEKA>@
EXECUTE>Type DF0:SekaV3.0txt
The output from this command is of course directed to the Seka
window !! Not like in the SEKA V2.1 in the AmigaDOS window.
4. >Extern and y:
--------------
Typeing the command 'y' execute all >EXTERN commands in your
source code. The extern command is used in stead of the 'ri'
command. Type in your source code:
9
10 >EXTERN "filename",start [ , length ]
11
start = where to load the file
length = the desired load length. If you want to
the intire file in its default length,
skip the length indication.
The start and length pointer may be both labels and direct
pointers or a mixture of both. If you use labels you must
offcourse remember to assemble before typing 'y'.
5. Look in source:
---------------
The 'L' command doesn't differ between lowercase and uppercase.
6.Hyper fast scrolling:
---------------------
Press CTRL+A and you scroll up 100 lines. Press CTRL+Z and you
scroll down 100 lines.
Summary of SEKA V3.0 improvements not included in the SEKA V2.1:
1. Copy (debugged):
----------------
The line command 'c'-copy is fixed, there were a bug in
the two way copy selection, that made the Seka destroy the
copied data.
In earlyer SEKA versions pressing return accidentialy caused
a system crash! This error is corrected.
2. Fill (debugged):
----------------
Like the Copy command pressing return caused a systemcrash.
3. Copy Link file:
---------------
The copy link file commando 'CL' had the same error as fill.
4. Breaking Seka commands:
-----------------------
Pressing Ctrl+C breaks any Seka action. In earlier Seka
versions, it was not possible to break the directory function.
5. Chip, Fast or Abs memory:
-------------------------
This function enabels you to specify your program memory type.
If you are making programs with copperlists ect. that requers
chip-ram, type a 'c'. If you want your code in the fast-ram
if you got any type 'f'. Typing 'f' or just pressing return
allocates memory as usual. (default for Seka V1.5).
These options were also avarialbe on the Seka V2.1. The new
achevement is the Abs-mem option. Typing an 'a' enables you
to type in the address where to allocate the user memory --
where to put your programs.
6. Friendly Directory:
-------------------
Using the 'v' command waited a long time before it printed the
directory. This is corrected, and the names is printed out as
soon as they are loaded, one by one.
7. Assemble-Optimize:
------------------
The line command 'a'-assemble with the Option 'O'-optimize
specified had two bugs. Before BRA when optimized became BR.SA
instead of BRA.S and a BRA.L were not made into a BRA.S to
check if this shorter range were possible. These errors are
now fixed.
8. Repeat last line.
-----------------
Pressing CRSR-UP repeats last line like usual, but tabs are now
repeated like a normal char.
9. Write Block.
------------
Pressing CTRL+W in the editor (write block) didn't work. Now
this function is fixed. Mark your block as usual, in stead of
pressing CTRL+C (cut block) press CTRL+W. You will not be
faced with the prompt FILENAME>. Type a name and your block
is saved at the disk.
10.Hunt in memory:
---------------
The old line command 'h' is moved and is now called '=', this
has made space for a new command called 'h'-hunt. This is
a hunt in memory command. Try to type:
SEKA>h
BEGIN>$40000 (address or label)
END>$50000 ( ---- )
DATA>"hello",$A (string in ascii or bytes seperated
with: <space> or , or + )
If you by accidence have searched for data that occures a lot
of times in memory. The hunt command can be breaked by pressing
CTRL+C.
11.Print command:
--------------
Typeing '?' in the SEKA V2.1 printed the hex, dec and bin value.
Now this version also prints the ascii characters.
12.PAL & NTSC:
-----------
This version of the SEKA features automatic PAL and NTSC selection.
If you start up in PAL the window is automatically opened at full
256 lines.
13.Edit window:
------------
Pressing ESC activates the edit window. Now a bigger edit window
is given to you. In pal = 22 lines ( ntsc = 19 lines ). Now
this could cause a problem because a 'q' in memory displays 8
lines and this bigger window deletes some of these lines. To
solve this problem I have given the key just below the ESC key
marked ` a new function. Pressing this key opens a smaller edit
window pal = 13 lines ( ntsc = 10 lines ). In the editor this
key is back normal, so you can still use the character ` in your
programs.
14.Edit scrolling:
---------------
Pressing the shift together with one of the cursor keys, scroll
the edit display one full screen up or down. This function can
also be achieved by pressing CTRL+E (up) or CTRL+X (down)
15.One hand editing:
-----------------
In the editor it is now possible to do mark-block, cut block and
paste-block with the same hand. CTRL+B = mark block. CTRL+C =
cut block. CTRL+F or CTRL+P = fill/paste block.
16.Rotating block:
---------------
You have typed something, that is in exatly the wrong order.
(the first line should be the last ect.ect.). Mark the desired
block and press CTRL+R to rotate this block.
17.Lowercase block:
----------------
Mark a block and press CTRL+L. All text is turned into lowercase.
18.Uppercase block:
----------------
Mark block and press CTRL+U. Uppercase again.
19.Copy block:
-----------
Mark block and press CTRL+X, the block is now copyed and you can
paste it every where.
20.Delete EOL:
-----------
Press CTRL+D and the line is deleted from the cursor to the end of
line.
21.Go to top of text:
------------------
Press CTRL+T and you are at the top line of your source.
22.Look in editor:
---------------
Looking with the 'l' command finds text in you source. Now this
function can be executed while editing. Press CTRL+J in the
editor if you want to look for the same text once more.
Short summary of control commands:
CTRL+A ; 100 lines up
CTRL+B ; Mark block
CTRL+C ; Cut block
CTRL+D ; Delete to end of lines
CTRL+E ; One screen up
CTRL+F ; Paste block (fill)
CTRL+J ; Search for text (jump)
CTRL+L ; Lower case
CTRL+O ; Insert line
CTRL+R ; Rotate block
CTRL+U ; Upper case
CTRL+W ; Write block to disk
CTRL+X ; One screen down
CTRL+Z ; 100 lines down
CTRL+P ; Paste block
CTRL+[ ; ESC
Authers note:
-------------
In this version off the Seka I have not only tryed to make new
functions but also debugged some of the old. I have used nearly
all the SEKA V2.1 functions, and improved some off them. A bigger
edit window is given to you. Because off this more lines is
printed taking up more time. The time used can be cut down using
the CLI commands add21k (onebpl) and blitzfonts before running
the Seka.
If you have any comments to this new Seka V3.0 please write to:
Kefrens, Poste Restante, 3450 Alleroed, Denmark
|