www.cpcalive.com
Cliquer ici pour la documentation française
Pulsar aquí para la documentación en español

* CpcAlive V1.09f *
DOCUMENTATION (V0.1) *




notes:
- This documentation relates about information necessary to use the CpcAlive emulator. A demonstration, utility softwares, a Z80 assembler, a X86 assembler, documentations about Cpc exploitation and Bios/Dos interruptions are available on the internet site: www.cpcalive.com
- This documentation uses two types of hexadecimal values notation. The first notation adds the sign "&" in front of the value, ex:&3F. The second notation adds the letter "h" behind the value, ex:3Fh.


TABLE OF CONTENTS

I - 
Presentation and installation of the CpcAlive emulator
   
II - Files recognized by the emulator
        II - 1 - Virtual diskettes files (.DSK)
        II - 2 - Cpc roms files
        II - 3 - Intel hex files
        II - 4 - CpcAlive commands files
        II - 5 - Text files (KeyBoard simulation)
       
II - 6 - Binary files
III - CpcAlive commands from the Cpc basic interpreter
IV - CpcAlive commands from the Dos command line
    CpcAlive [input_files[:X]] [CpcAlive commands] [Cpc commands] [>output_file]
V - Accentued characters
VI - Bios and Dos interruptions access trough Z80
VII - X86 environment
VIII - CpcAlive bootable system
    - 1 - Floppy bootable CpcAlive
    - 2 - CD bootable CpcAlive
    - 3 - USB Flash drive bootable CpcAlive
IX - Utility softwares
    - 1 - CreaDisc: create a virgin virtual diskette (data formatted).
    - 2 - AniCrea.exe: adds screen recording commands and create graphics animations files.
    - 3 - Fli2Gif.exe: read a FLI graphic animation.


                                                                                                                                                                  
                                                    

I - Presentation and installation of the CpcAlive emulator

CpcAlive is a computer Amstrad CPC 6128 emulator.

CpcAlive Specificities:

* Bios and Dos interruptions access trough instructions added to the Z80
* X86 programmation environment (16Mo)
* programmable BASIC
* outputs screens in BMP images and FLI animations
* possibility to treat from the Cpc BASIC interpreter any file present on the hard drive or another support.
* include a Z80 debugger
* create executable environment safeguards.
* compatiblity: - Dos,Windows 95/98/2000/Me/XP
                      - processors 386 and more.


Initialization from a zip archive:
Create a CpcAlive
directory on your hard disk and decompress the file CpcAliveV1.09f.zip in this directory.

= Icon to launch CpcAlive
= Icon to launch the "Windows Dos" system.
You can create a short cut on
the desktop with the icon named CpcAlive.

Notes:
    - An installer for Windows is available on the internet site: www.cpcalive.com
    - If a message "Ems error" is post, check if a EMS memory driver is installed. Sometimes the EMS memory driver does not function with Windows XP although that is indicated in the properties. In this case, start aqain the computer, and remake a test.



    - colors PAPER and PEN 1 were modified with initialization for ergonomic reason  (less tiring for eyes).



II - Files recognized by the emulator

Files recognized by the emulator are:

Virtual diskette with format DSK     (see chapter II-1-)
Cpc rom files                                 (see chapter II-2-)
Intel hex files                                 (see chapter II-3-)
CpcAlive command files                 (see chapter II-4-)
Text documents                             (see chapter II-5-)
Binary files                                    (see chapter II-6-)

To load a file from the Dos command line:
CpcAlive filename[:X]
It is also possible to use the syntax: ! filename[:X]

The letter represented by the character "X" is optional, it depends on the type of file to load. It will be called "marker".
Note: don't put spaces betwen the file name and the marker.

To load a file from a CpcAlive command file:
filename[:X]

To load
a file from the Cpc BASIC interpreter:
|INPUT,"filename[:X]"[,@er%]

The error return parameter @er% is facultatif. If it is put, the significance of the values recovered in the variable er% are:
0 = ok
1 = error number parameters
2 = way not found
(don't forget initialize er% at the program beginning or before the command)

         ex:    10 er%=0
                 20 |INPUT,"Disc.dsk:A",@er%
                 30 if er%<>0 then PRINT"ERROR":STOP

It is possible to put several file names at the continuation. They must be separated by a space character. In this case, the error code er% will relate to the last file mentioned.
It is also possible to obtain informations about the last file loaded with the following command:

info$=string(12,"X"):|INFO,@info$:PRINT info$


II - 1 - Loading virtual diskettes files (.DSK
) -
Make follow the file name of the
":A" or ":B" markers to choose the Cpc drive destination.(drive A by default)

example from the Dos command line:

! disc.dsk:A
example from a CpcAlive command file:
disc.dsk:A
example from the Cpc BASIC interpreter:
|input,"disc.dsk:A"

This command launch the emulator and load the virtual diskette "disc.dsk" in drive A.


II - 2 - Loading  Cpc roms files -

There is three 16Kb roms blocks in the Cpc 6128 (48Ko). One of these blocks contains the operating system which is connected in zone 0 to 03FFFh (low rom). The two other blocks (BASIC and disc system) are connected in the zone 0C000h to 0FFFFh (high roms). The system can exploit in this zone 252 blocks of 16Ko each one. An interesting characteristic of these roms is that they can receive BASIC programmable instructions 
(Resident System eXtension).

To load a rom file in the emulator, make follow the file name by the ":R" marker. CpcAlive will seek the first area available. The file can be binary or intel hex formated.

Loading from the Dos command line:
! Z80ROM.ROM:R
Loading from a CpcAlive command file:
Z80ROM.ROM:R
Loading from the Cpc BASIC interpreter:
|INPUT, "Z80ROM
.ROM:R":call 0

The rom site number can be obtained with the following way:
info$=string(16,"X"):|INFO,@info$:RomPlace=val("&"+mid$(info$,13,16)):PRINT RomPlace

If it is necessary to have a fixed area number, you can replace the letter "R" with an area number (0<area number <256).
example from the Dos command line:  ! Z80ROM.ROM:10

Roms will be recognized by the Cpc system only after a rebootstrapping for example with a CALL 0 or by actuating keys 
[Ctrl][Alt][Home] in the same time. The emulator takes RSX instructions with all highers roms. The areas numbers used by the Cpc system are 0 for BASIC rom and 7 for DISC rom. The X86 modules (see chapter "X86 Environment") with mnemonics use also Z80 roms sites. The highers roms with a specific site number must be loaded before the X86 modules. The best way is to indicate them at the beginning of the command file ROM.INI located in the principal repertory.

When a program is executed in ROM, CpcAlive redirects by default the Z80 writing accesses into the RAM. The command |UNLOCK,-rom site number- authorizes the writing accesses of the Z80 microprocessor in the specified ROM. The ROM functions then similarly than a RAM.

Sample coding of an Amstrad Cpc Rom containing programmable basic instructions (Resident System eXtension)


II - 3 - Loading intel hex files  -

The Intel Hex Object Format is line oriented and uses only printable ASCII characters.

Intel Hex line:
:LLAAAA00DDDDCC  ; ':' = start character (colon)
                                    ; LL = block size (2 hex digits)
                                    ; AAAA = starting adress (4 hex digits)
                                    ; 00 = record type (00)
                                    ; DDDD = data bytes (a pair of hex digits for each byte of data)
                                    ; CC=
check sum (2 hex digits)

file example:
:18A600000109A62111A6C3D1BC15A6C31EA6C335A6000000004F5049A2
:18A61800D8495049D800DD5603DD5E02DD4605DD4E043E0C4052DD7E97
:18A6300000404810C9D5DD5603DD5E02DD4605DD4E043E0D40524048AD
:07A6480010D11213AF12C97B
:00000001FF

In this example, the first line contains 018h data bytes (01h,09h,0A6h... 049h) which will be loaded starting from the address 0A600h. The 
check sum of the line is equal to 0A2h. The check sum normally present at the end of a standard intel hex line is not obligatory with CpcAlive. Note the record type equal to 1 indicating the last line of the file. This line is not necessary with files loaded by the emulator.

Loading in rom:

To load an intel hex file in rom, make follow the file name by the ":X" marker where X represent the rom recipient number.

Example for loading in rom number 10:
from the Dos command line:
!  FILENAME.HEX:10
from a CpcAlive command file:
FILENAME.HEX:10     for loading in rom number 10
from the Cpc BASIC interpreter:
|input,"FILENAME.HEX:10"

If the destination rom does not exist, CpcAlive create it. It is also possible to use the :R marker (see chapter "Loading Cpc roms files")


Loading in ram:

The 6128 has a 128 KB memory (RAM) divided into eight blocks of 16 KB each one, numbered from 0 to 7. Only four blocks can beings connected simultaneously.

Table showing ram blocks positioning in foncion of the configuration type:
Value on port &7F    blocks position
                &C0            0,1,2,3           
<= standard Cpc configuration memory
                &C1            0,1,2,7
                &C2            4,5,6,7
                &C3            0,3,2,7
                &C4            0,4,2,3
                &C5            0,5,2,3
                &C6            0,6,2,3
                &C7            0,7,2,3

The Cpc system exploits only the first configuration. In this configuration block 0 occupies memory space 0 to 03FFFh, block 1 space 04000h to 07FFFh, block 2 space 08000h to 0BFFFh and block 3 space 0C000h to 0FFFFh. The screen exploits block 3. The higher part of block 2 contains the system variables. The lower part of block 0 is used by the system. The BASIC programs are loaded by the system starting from the address 0170h. The binary data can beings loaded starting from the address defined using the Basic instruction "MEMORY". If they are executable programs, they could be called with the instruction "CALL".

To load an intel hex file in ram, make follow the file name by the ":X" marker where X represents the ram recipient configuration type.

Valids hexadecimal values for loading in RAM are:
0C0h, 0C1h, 0C2h, 0C3h, 0C4h, 0C5h, 0C6h and 0C7h

By default, the loading is done in RAM with 0C0h configuration.

example from the Cpc BASIC interpreter
|input,"FILENAME.HEX"
In this case, the file "file.hex" is loaded with the standard Cpc configuration memory.


notes:
- It is possible to see the Cpc memory with CpcAlive with the command |DEBUG,&f from the BASIC interpreter.
- Put values in RAM blocks 0,1,2 ou 3 before the Cpc system initialization is useless because this blocks are cleared with starting. To put values in RAM from the Dos command line, the system could be launched and put in sleeping mode previously.
 

                                                                                                                                                                                                                       
note: The Z80 assembler "tasm" which generates intel hex files is available on the internet site: www.cpcalive.com
                                                                                                                                                                                                                       


II - 4 - Loading command files

The intern emulator valid commands from the Dos command line or a CpcAlive command file are:

CpuFast                    ; set maximum speed                              
- [F12]
CpuSlow                   ; set speed of the original Cpc computer   - [F11]
Sleep                        ; put the emulator on sleeping state           - [AltGr][S]
Exit                          ; to leave the emulator
                            - [Ctrl][Alt][End]
ROM=X                   ; select ROM X (256 for the Cpc bios)
RAM=X                   ; select RAM X type
                                ;
see chapter II paragraph - 1c - "Loading in ram"
                                ; for ram configuration values.

:LLAAAA00DDDD   ; loading data. (Intel Hex line)
CommandEnd (or EndCde) ; indicate the end of a command file.
(facultatif)
Keyboard                  ; going from the COMMAND mode to the KEYBOARD mode. After this command, the file will not be interpreted any more like a command file but like a text file . Use the keyword  "|Command" to go back in COMMAND mode.

The commands CommandEnd, EndCde and KeyBoard restore the effective Cpc memory configuration at the beginning of the command file.


example from the Dos command line
To select the BIOS rom and poke the value 2 in 0B13h adress (start screen mode) and select slow speed emulation:

! ROM=256 :010B130002 CpuSlow

Don't forget spaces between commands.

If a CpcAlive command is not reconized, this command and the rest of the line is interpreted like a Cpc command. You can by this way adding one or more Cpc commands at the end of the line. (Only from the Dos interpreter. From CpcAlive commands files, use the "keyboard" command).

example:

! ROM=256 :010B130002 CpuSlow PRINT"OK"

note:
- put values in RAM blocks 0,1,2 ou 3 before the Cpc 
initialization is useless because this blocks are cleared by the system. To put values in RAM from the Dos command line, the system could be launched and put in sleeping mode previously.


CpcAlive command files:

These files are intended, as their name indicates it, to command the emulator from a file. This file must start with
"CDE:" or "CMD:" sequence without guillemets (header).

Loading from the Dos command line:
FILENAME.CMD
Loading from a CpcAlive command file:
FILENAME.CMD
Loading from the Cpc BASIC interpreter:
|INPUT, "FILENAME
.CMD"
                  
example 1:
Select the BIOS rom and poke the value 2 in 0B13h adress (start screen mode) and select slow speed:

CMD:                ; header
ROM=256        ; select rom bios
:010B130002    ; poke the value 2 in 0B13h adress (start screen mode)
CpuSlow          ; speed selection
CommandEnd   ; close the command file

example 2:
CMD:                ; header
ROM=256        ; select rom bios
:010B130002    ; poke the value 2 in 0B13h adress (start screen mode)
CpuSlow          ; speed selection
Keyboard         ; swap in keyboard mode
                       ;
(from here each character is transmitted
                       ; directly to the Cpc keyboard manager)

PRINT"OK"

example 3:
PRINT"OK1"
|COMMAND    ;
going from the KEYBOARD mode to the COMMAND mode.
ROM=256        ; select rom bios
:010B130002    ; poke the value 2 in 0B13h adress (start screen mode)
CpuSlow          ; speed selection
Keyboard         ; swap in keyboard mode
                       ;
(from here each character is transmitted
                       ; directly to the Cpc keyboard manager)

PRINT"OK2 "


It is also possible to load from a CpcAlive command file the following types of files:
virtual diskettes with format DSK , Cpc rom files , intel hex files , command files , text documents and binary files . The command files overlap is authorized with the limits of 15 files maximum (text files included). A good example is the ROM.INI file which is a command file intended for the emulator initialization. It is from this one that for example the Cpc roms are loaded. Note the separator ';' for comments. (!do not use the command "KeyBoard" in the file ROM.INI).The command file CPC.INI located in the CpcAlive repertory is a user file which can receive configuration commands.


II - 5 - Loading text files (KeyBoard simulation)

If the file type is not recognized by CpcAlive as being one of files detailed higher, CpcAlive considers that it is a text file. CpcAlive treats these files like this: each character of the document is read and sent to the Cpc keyboard manager. You can thus, for example, transmit by this function a BASIC file with text format or pilot a software running into the emulator.

Loading from the Dos command line:
! example.bas
Loading from a CpcAlive command file:
example.bas
Loading from the Cpc BASIC interpreter:
|input,"example.bas"

These commands load the text named "exemple.bas" through the Cpc keyboard manager. This file must be in text format. In this example it must be in the CpcAlive directory or a path
directory. If the file does not exist, the chain "exemple.bas" will be transmitted to the Cpc keyboard manager and will probably cause a "Syntax error" message.

example from the Cpc BASIC interpreter:
mode 2
10 |Input,"FILE_ID.DIZ"
20 line input a$:if a$="" then |STOP:end else goto 20
run

This example load the document "FILE_ID.DIZ" until it meet one blank line. The command |STOP close the file.

The text files overlap is authorized with the limits of 15 files maximum (command files included).
It is also possible to load texts in the CpcAlive emulator with the
Windows XP copy/paste function. See instructions.


II - 6 - Loading binary files

It is possible to use the marker ":D" (like 'D'atas) to load data in the Cpc memory by using the following syntax:

from the Cpc BASIC interpreter:
|INPUT,"filename:D,block lenght,address block in file,load address in cpc memory"

from a CpcAlive command file:
filename:D,block lenght,address block in file,load address in cpc memory

Think to protect the loaded block with the command: MEMORY load_address - 1. The real size of the block loaded can be obtained with the following way:
info$=string(16,"X"):|INFO,@info$:BlockLenght=val("&"+mid$(info$,13,16))

It is thus possible to treat any type of file. The example below load an image BMP (option OS/2 format, 16 colors, 180*100 max.) and posts it on the Cpc screen.

10 memory &3FFF:adr=&4000
20 ximg=0:yimg=0:nameimg$="image.bmp":' <<<< X,Y,IMAGE NAME
30 |input,nameimg$+":D,&4100,0,&4000"
40 if peek(adr+&E)+256*peek(adr+&F)<>12 then mode 2:?"OS/2 format only accepted":end
50 x=peek(adr+&18)+256*peek(adr+&19)
60 if x<>4 then mode 2:?"16 colors in image only accepted.":end
70 mode 0:x=0:for i=0 to 45 step 3:|ink,x,peek(adr+&1C+i),peek(adr+&1B+i),peek(adr+&1A+i):x=x+1:next
80 largeur=peek(adr+&12)+256*peek(adr+&13)
90 hauteur=peek(adr+&14)+256*peek(adr+&15)
100 reste=largeur mod 2:x=int(largeur/2)+reste:while x mod 4 <> 0:x=x+1:wend:larbloc=x
110 adr=adr+peek(adr+&A)+256*peek(adr+&B):'adresse image dans fichier
120 for i=0 to hauteur*4 step 4:x=0
130 for j=adr to adr+(int(largeur/2)+reste)
140 pencil=(peek(j) and &F0)/16:plot ximg+x,yimg+i,pencil:plot ximg+x,yimg+i+2,pencil:x=x+4
150 pencil=peek(j) and &F:plot ximg+x,yimg+i,pencil:plot ximg+x,yimg+i+2,pencil:x=x+4
160 next j:adr=adr+larbloc:next i
run


The ":D" marker alone following the file name indicates to the emulator that it must transmit the value in decimal format of each byte of the file through the Cpc keyboard manager.This function has been developed to easily treat datas from a file with the Cpc BASIC interpreter.

Here, a small program whose function is reading some bytes of ROM.INI file and print them in hexadecimal format:

10 mode 2:window#0,1,80,2,25:window#1,1,80,1,1
20 |Input,"ROM.INI:D"
30 for i=0 to 100
40 input#1,a:Print hex$(a,2)" ";
50 next i
60 |STOP
run


The command |GO, "numerical chain"[,@er% ] move the file pointer.
In this case, "
numerical chain" represent the displacement value compared to the file beginning. The error return parameter @er% is facultatif. If it is put, the values significance recovered in the variable er% are:
0 = ok
1 = error
(don't forget to initialize er% at the program beginning or before the command)

example from the Cpc BASIC interpreter:
|GO,"&100"

Moves the file pointer to the position &100. The maximum value is &FFFFFFFF. The file pointer position can be write with decimal format.



III - CpcAlive commands  from the Cpc basic interpreter:

The CpcAlive commands from BASIC interpreter must be preceded by the vertical bar " | "

|CpuFast                    = maximum speed                           - [F12]
|CpuSlow                   = speed of the Cpc computer           - [F11]
|CpuSlow,speed         = change speed for |CpuSlow (0<speed<&FFFF)
|Sleep                        = put the emulator on sleeping mode - [AltGr][S]
|Sleep,"message"        = set sleeping mode with message
|Exit                          = to leave the emulator                    - [Ctrl][Alt][End]
|Exit,"message"          = leave the emulator with message
|Command                 = going from the KEYBOARD mode to the COMMAND mode.
                                   (see chapter II paragraph - 4 - )
|INPUT, "file_name[:X]"[,@er% ]
                                 = see chapter II
|INFO,@info$            = load the information block of the last entered file with
                                   the function |INPUT or via a CpcAlive command file. ex:
                                   |INPUT,"Disk.dsk":info$=string(12,"X"):|INFO,@info$:PRINT info$
|UNLOCK,-rom site number-
                                = authorizes the
writing accesses of the Z80 microprocessor
                                   in the specified ROM.
(see chapter II paragraph - 2 -)
|EJECT,"A"               = eject the virtual diskette present in drive A
|EJECT,"B"               = eject the virtual diskette present in drive B
|STOP                       = see chapter II paragraph - 5 -
|GO, "numerical chain"[,@er% ]
                               = see chapter II paragraph - 6 -
|OUTPUT, "output_file"[,@er% ]
                                =
change the output file name (see chapter IV)
|OUTASCDOS          = see chapter V
|OUTASCWIN          = see chapter V
|OUTASCOFF           = see chapter V
|PRINT, "chains"       = output character string towards output_file.
                                   (Command equivalent to the command PRINT#8,"chains";)
|LPRINT, "chains"     = output character string towards output_file followed by a carriadge return.
                                   (Command equivalent to the command PRINT#8,"chains")
|INK,PEN,R,G,B       = change PEN color. Letters R,G,B représents Red,Green and Blue values (0 to 255)
                                   ex: |INK,0,0,255,0 (change PAPER color)
                                   ex: |INK,1,255,0,0 (change PEN 1 color)
|INKRESTORE         = restore originals Cpc inks.
|INKCPC                  = standard cpc inks
|INKSOFT                = CpcAlive inks (inks by default)
                                   The pallet is the same as the standard pallet Cpc but with less
                                   luminosity, and
values PAPER and PEN 1 are modified.
|OBMP, "filename.BMP"[,@er% ]
                                = create a file image of the Cpc screen (
BMP format).
                                    - see |OUTPUT command for
error codes significance.
|DEBUG,adresse       = launch the debugger when the Z80 processor meet the specified adress.
|DEBUGSYS,adresse= do the same thing but for the Cpc bios (low rom).
|DEBUGOFF            = stop the debugger
|DUMP,adress           = initialize the dump memory first address of the debuggor
|NODEBUG              = prohibited the debugger
|NOSLEEP               = prohibited the "sleep" mode
|MAKE,"filename.EXE"[,@er%]
                                = create an executable environment safeguard
                                   (safeguard the environment by leaving the emulator)

                                   - see |OUTPUT command for error codes significance.
|MAKEMOVIE,"filename.EXE"[,@er%]
                                = create executables graphics animations.
                                   (safeguard the environment by leaving the emulator)
                                   - any keyboard movement puts an end to the execution of the produced file
                                   - see |OUTPUT command for error codes significance.
CALL 0                    = initialize the Cpc system - [Ctrl][Alt][Home]

note: Files created with commands |MAKE or |MAKEMOVIE cannot be renamed with the Dos function "rename". To rename these files, use their own intern function from the Dos system line: file_name.EXE rename:new_name or file_name.EXE ren:new_name (no spaces between "rename:" and "new_name")



IV - CpcAlive commands from the Dos command line

CpcAlive [input_files[:X]] [CpcAlive commands] [Cpc commands] [>output_file]
or
! [input_files[:X]] [CpcAlive commands] [Cpc commands] [>output_file]

The Cpc commands must always be placed at the last of the command line.

ex: ! PRINT"ok"
Launch the emulator with the command PRINT"ok"

Particular case:
The '|' character is a Dos command. CpcAlive uses thus a substitution character which is the '§' than you can obtained with the [ALT][245] keyboard sequence from the Dos command line. (If you obtain another character than '§' on your screen it is not important. The most important is the [ALT][245] keyboard sequence to obtain the ascii character number 245 in the Dos command line)

ex: ! §DISC
Launch the emulator with the command |DISC

There are other reserved characters by Dos like "&" , "<" or ">" which cannot be used with Cpc commands from the Dos command line. For more information read the Dos system documentation.


By default the Cpc printing output is done in file CPC.PRN located in CpcAlive directory. It is possible to change the name of the output file from the Dos command line by adding the character '>' to the end of the line followed the desired file name.

example:
! PRINT#8, "OK"                 register word "OK" in the file
Cpc.prn
! PRINT#8, "OK">test.prn    register word" OK "in the file test.prn

Only one character ' > ' before the output file name indicates to the Dos system that if the output file
name already exists, this file will be recreate virgin before receiving datas. (the old one output file with the same name being delete without notice... warning). Two characters ' > > ' before the output file indicates to the Dos system that it must preserve the file and put new data to be followed. (There does not exist at time equivalent CpcAlive command from the Cpc BASIC interpreter)

example:
! PRINT#8, "OK1":§Exit>test.prn         register word "OK1"in the file test.prn
! PRINT#8, "OK2":§Exit>>test.prn       register word "OK2"follow in the file test.prn

The result in the file test.prn gives:
OK1
OK2


It is possible to change the output file name from the Cpc Basic interpreter by typing the following command:  |OUTPUT, "FILENAME"[,@er% ]

The error return parameter @er% is facultatif. If it is put, the significance of the values recovered in the variable er% are:
0 = ok
1 = error number parameters
3 = way not found
4 = no more handle available
5 = refused access
(don't forget to initialize er% at the beginning of the program or before the command)

A small program which redirect the CATalogue output towards the output file:
10 POKE &BB5C,PEEK(&BD2D):POKE &BB5B,PEEK(&BD2C)
20 CAT
30 CALL &BD37:|DISC
RUN

note: The file CPC.PRN is cleared after each launching of the emulator by the first printing output.



V -
ACCENTUED CHARACTERS

See french or spanish documentation


VI -
BIOS AND DOS INTERRUPTIONS ACCESS TROUGH Z80

Bios and Dos interruptions are accessible with CpcAlive specifics opcodes through the emulated Z80 microprocessor and a correspondence between the Z80 and X86 registers. The table below indicates the correspondence of the registers established between the two processors:
Z80 registers      X86 registers
F                 >   Flags
A                 >   AL
BC               >   CX
DE               >   DX
HL               >   BX
IX                >   SI
IY                >   DI

CpcAlive adds to the Z80 new opcodes and registers named AH, BP, DS and ES corresponding to the X86 processors registers.

Example:
opcode:             mnemonics:     function:

040h, 052h        LD AH, A
          load the value of the Z80 register A in the X86 register AH
040h, 05Bh        LD A, AH          load the value of the X86 register AH in the Z80 register A
040h, 048h, xx    INT(xx)             call interruption number xx

example of macros (here for the assembler 8 bits tasm)
# define LD_AH_A         db 040h \ db 052h
# define LD_A_AH         db 040h \ db 05Bh
# define INT(xx)             db 040h \ db 048h \ db xx

example:
; ** OUTPUT PIXEL THROUGH INT 010H **
OutPix:     ld de, 12                 ; coordinate Y
                ld bc, 24                 ; coordinate X
                ld a, 0Ch                 ; FUNCTION 0CH = WRITE A GRAPHIC POINT
                LD_AH_A              ; load the value of the Z80 register A in the X86
register AH
                ld a,3                      ; color requested
                INT(010h)              ; CALL INTERRUPTION BIOS 010H
                ret

notes:
- The
Z80-X86 correspondence registers is respected with the return of the interruption.
- The standard output peripheral is always the screen.
- The cpc memory is located in the EMS memory segment.
- The Bios interruption INT 10H accept only the functions:

Function 02h // Set cursor position //
Function 03h // Read cursor position //
Function 09h // Write character with color at cursor //
Function 0Ah // Write character with color at cursor //
Function 0Bh // Set color palette //
Function 0Ch // Write graphics pixel at coordinate //
Function 0Dh // Read graphics pixel at coordinate //
Function 0Eh // Write text in teletype mode //
Function 10h - 00h // set individual palette register //
Function 10h - 02h // set all palette registers and border //
Function 10h - 07h // read palette register //
Function 10h - 09h // read palette registers and border //
Function 10h - 10h // set DAC color register //
Function 10h - 12h // set block of DAC color registers //
Function 10h - 15h // read DAC color register //
Function 10h - 17h // read block of DAC color registers //
Function 10h - 1Bh // sum color values to shades of gray //
Function
13h // Write string //

The palette registers correspond to the 16 Cpc pens and DAC registers correspond to the 32 Cpc inks. (W
ith CpcAlive, the border always correspond to the Pen 0).

The file Z80IOPix.bas located in the "EX" directory is an example using Bios interruptions. This file is a text file wich can be read with a text editor. Explanations and listing are included.
command from the Dos command line:       ! EX\Z80IOPix.bas
command from the Cpc BASIC interpreter:     |input, "EX\Z80IOPix.bas"
These commands generate functions |OPIX,X,Y,PEN and |IPIX,X,Y,@pen which respectively write and read a graphic point on the screen to the coordinates X and Y.

List of instructions available added to the Z80:

#define LD_HL_CPCSEG .db 040h\ .db 047h              ; RETURN SEGMENT ADRESS OF CPC MEMORY
#define INT(xx)                  .db 040h\ .db 048h\ .db xx   ; CALL BIOS/DOS INTERRUPTION XX
#define IN_A_DE               .db 040h\ .db 04Ah              ; IN A,(DE)  (DE refer to I/O PC system)
#define OUT_DE_A           .db 040h\ .db 04Bh              ; OUT (DE),A (DE refer to I/O PC system)
#define LD_AH_A             .db 040h\ .db 052h               ; LD AH,A
#define LD_A_AH              .db 040h\ .db 05Bh              ; LD A,AH
#define LD_BP_HL            .db 040h\ .db 05Ch              ; LD BP,HL
#define LD_HL_BP            .db 040h\ .db 05Dh              ; LD HL,BP
#define LD_DS_HL            .db 040h\ .db 05Eh              ; LD DS,HL
#define LD_HL_DS            .db 040h\ .db 05Fh              ; LD HL,DS
#define LD_ES_HL             .db 040h\ .db 060h              ; LD ES,HL
#define LD_HL_ES             .db 040h\ .db 061h              ; LD HL,ES
#define PUSHA                    .db 040h\ .db 071h              ; PUSH A,AH,BC,DE,HL,BP,IX,IY
#define POPA                       .db 040h\ .db 072h              ; POP IY,IX,BP,HL,DE,BC,AH,A


BP, DS, ES and AH correspond to the X86 processor registers. By default registers DS and ES address the Cpc memory (Ems segment).



                                                                                                                                                                                                                       
note: Documentations about Bios and Dos interruptions and the Z80 assembler "tasm" are available on the internet site: www.cpcalive.com
                                                                                                                                                                                                                       


VII - X86 ENVIRONMENT

It is possible to program the CpcAlive emulator with X86 instructions. CpcAlive accept 256 X86 modules. A module is a .EXE or .COM program containing an installation table located to the address 0200h in the program code and a table being able to contain 128 X86 call vectors. The X86 vectors can be called from the Cpc basic interpreter or from Z80 opcodes. The maximum size of a X86 module is 64K. The installation table of a X86 module must be made up like this:

org 0200h
                db ' X86CPC'               ; 0200h mark
                dw 0                             ; 0206h version
                dw offset X86Vec          ; 0208h entry vectors table
                dw 0                             ; 020Ah reserved
                dw 0                             ; 020Ch reserved
                dw 0                             ; 020Eh reserved
                dw offset MnemoTb      ; 0210h offset names table
                db -1                             ; 0212h
(*) receipt the X86 module area number
                db -1                             ; 0213h 
reserved
                db -1                             ; 0214h (*) reçeipt the Z80 rom number associated
                db -1                             ; 0215h reserved
                dw 0                              ; 0216h
(*) reçeipt the first Cpc accessible adress (0=no adress accessible)
                db 0                               ; 0218h reserved
                dw 0                              ; 0219h (*) receipt the ems handle associated to the module
                dw 0                              ; 021Bh
(*) receipt the logical number of the first 16K page of the module
                db 0                               ; 021Dh
(*) receipt the number of 16K pages allocated to the module
                db 0100h-01Eh dup (0)   ; 021Eh 
reserved

(*) = value generated by the system

; entry vectors table
X86Vec    dw offset program1           ; 00 1st program
                dw offset program2           ; 01 2nd program
                ;... 128 vectors maximum

; names table (mnemonics)
MnemoTb db "PROGRAM","1" or 080h          ; |PROGRAM1
                db "PROGRAM","2" or 080h          ; |PROGRAM2
                db 0


; X86 programs must be declared in "far"
program1 proc far    ; ** CALLED BY THE BASIC INSTRUCTION |PROGRAM1 **
                ;... code X86
                retf
program1 endp
program2 proc far    ; ** CALLED BY THE BASIC INSTRUCTION |PROGRAM2 **
                ;... code X86
                retf
program2 endp

Operation: With the MnemoTb vector presence to the address 0210h, the emulator generates a Z80 rom interpretable with the Cpc system integrating the names table (MnemoTb) with its X86 call vectors. The first vector of the table "X86Vec" corresponding to the first name is the initialization vector which is called with each initialization of the Cpc system. Each name corresponds to a vector of this table (in order). The end of each name is indicated with the bit 7 on the last letter of the name. The table should not exceed 128 names and must be finished by a null byte. To use a command, it will be enough to type the name preceded with the sign "vertical bar | " from the Cpc BASIC interpreter.

It is also possible also to call the X86 routines from the Cpc memory through Z80 opcodes (see below). If names are not necessary, replace the vector "MnemoTb" with a null word (address 0210h). The file X86IOPix.asm located in directory "EX" is a complete example. It has generate the module X86IOPix.com in the same directory but it can also be compilated with format .EXE

command from the Dos command line:
       ! EX\X86IOPix.com
This command generates functions |OPIX,X,Y,PEN and |IPIX,X,Y,@pen which respectively write and read a graphic point on the screen with coordinates X and Y.


To call a X86 program from the Z80 memory:


The call of a X86 program from the Cpc memory is done using the opcode 049h followed module
area number, then vector number. For example if you want to call "program2" (vector number 1) in the example above, considering that the system has load the X86 module in the area 010h, that will give the Z80 opcode: 049h, 010h, 001h.
The X86 module area number is indicated to the address 0212h of the X86 installation table. The vector number must be between 0 and 127. If the bit 7 is set, a "RET" will be simulated after the instruction. The instruction operation functions similarly than a jump instruction (JP).


The Z80 registers values are retransmitted to the X86 programs like this:
Z80 registers      X86 registers
  F                  >   Flags
  A                 >   AL
  BC               >   CX
  DE               >   DX
  HL               >   BX
  IX                >   SI
  IY                >   DI

The X86 registers describe in the preceding chapter are also transferred.
. FS and GS registers are undefined. X86 registers values returned by the program will be retransmitted to the Z80 with the same way.

The Cpc memory access depends about the module size because modules are activated in the same area. The first Cpc accessible adress is indicated to the address 0216h in the environmental table X86.


Loading a module from the Dos command line:
! MODULE.COM
Loading
a module from a CpcAlive command file:
MODULE.COM
Loading
a module from the Cpc BASIC interpreter:
|INPUT, "
MODULE.COM":call 0


notes:
- The Cpc addresses lower than 04000h are never accessible from a X86 module.
- The Bios interruption INT 10H accept only the functions described in the preceding chapter.
- The standard output peripheral is always the screen.
- If it is not necessary that the module be initialized by its first vector when the Cpc system start, it is possible to use the marker ":W" (Waggon) following the module name. The emulator will then load vectors and mnemonics of the module in the Z80 rom generated by the preceding module. One will use less Z80 roms areas. (if there was no module loaded previously, the emulator created a first vector "without effect" in the Z80 Rom associated).




VIII - CPCALIVE BOOTABLE SYSTEM

- 1 - Floppy bootable CpcAlive (FreeDos system):

This system recognizes CD/DVD drives and hard drives formatted with FAT system. A program to create a floppy boot CpcAlive is available on the site : www.cpcalive.com

- 2 -
CD bootable CpcAlive (FreeDos system):

This system recognizes CD/DVD drives and hard drives FAT system formatted. A CD image (ISO format) is available on the site : www.cpcalive.com

- 3 - USB Flash drive bootable CpcAlive (FreeDos system):

This system recognizes CD/DVD drives and hard drives FAT system formatted. Files to create a Flash drive bootable CpcAlive are available on the site : www.cpcalive.com



IX - UTILITY SOFTWARES

- 1 - CreaDisc: create a virgin virtual diskette (data formatted).

Command from the Dos command line:
 ! CreaDisc



- 2 - AniCrea.exe: AniCrea is a program which adds screen recording commands to the emulator and create graphics animations. The AniCrea program launches automatically the emulator.

Command from the Dos command line: AniCrea input_file [animation_name]
input_file=Basic file generator (.BAS)
animation_name=Animation file result (.FLI)

Basic commands:

|ANICREA,"
animation_name"[,@er%]         -     start output file
The error return parameter @er% is facultatif. If it is put, the significance of the values recovered in the variable er% are:
0 = ok
1 = error number parameters
3 = way not found
4 = no more handle available
5 = refused access
6 = refused handle
(don't forget to initialize er% at the beginning of the program or before the command)

The name of the image to be created can also be defined from the Dos command line in second parameter.

|ANISPEED,animation play speed between 0 to 65535 (current values between 0 and 50)

|FRAMEOUT[,@er%]                                 -     generate a frame
The error return parameter @er% is facultatif. If it is put, the significance of the values recovered in the variable er% are:
0 = ok
1 = error number parameters
2 = file not open
3 = output file write error

|ANICLOSE[,@er%]                                    -     close output file
The error return parameter @er% is facultatif. If it is put, the significance of the values recovered in the variable er% are:
0 = ok
1 = error number parameters
2 = acces file error


- The command "AniCrea DEMO.BAS" from the Dos command line create the file DEMO.FLI
- The registered version of the program AniCrea removes the logo on the outputs screen files (BMP & FLI).


                                                                                                                                                                                                                       
To transform FLI animations to GIF animations, see on the site : www.cpcalive.com
                                                                                                                                                                                                                       


- 3 - Fli2Gif.exe: read a FLI graphic animation (for more information read the Fli2Gif.doc file)



* People who wish to take part can post their work here: cpcalive@aol.com or make a free gift here (French Handicaped People Christian Office). Thank you.
* Acknowledgements to the many authors of documentations who made that this work succeed.
* Thanks to God !