Difference between revisions of "File Extensions as shown on ep128.hu"

From Enterprise Wiki
Jump to: navigation, search
(DTM)
(ASM)
Line 29: Line 29:
  
 
== ASM ==
 
== ASM ==
ASMON / ASMEN source text. It's a source program in machine code which can be loaded into the editor of ASMON / ASMEN then compiled.
+
ASMON / ASMEN source file. This is a text file in assembly language, which can be loaded into the editor of ASMON / ASMEN and then assembled into machine code.
 
 
  
 
== HEA ==
 
== HEA ==

Revision as of 15:18, 13 February 2011

Source material in Hungarian can be found here

COM

(COMMAND file) If you want to run a program, you have to look for a file with this extension. The COM extension refers to a file which can always be run, is in machine code, and can be loaded from anywhere (EXDOS, BASIC, WP etc.) Warning! CP/M programs also use the COM file extension, but these can be loaded only in IS-DOS!

BAT

(BATCH-file) Batch command file. This is a standard text file containing executable EXDOS commands (or other commands which can be interpreted by other system extensions). These commands are executed by the system one by one, when you run the file.

INI

Initialising (start-up) file (text file). A special variant of this is EXDOS.INI, which is run by EXDOS at each system restart.

BAS

BASIC file. A file containing a Basic program. It can be run by loading it into IS-BASIC. The Enterprise does not store BASIC programs as text but in a coded (tokenised) format.

ZIP

A loader (runnable file) for a program compiled by Zzzip. The extension is somewhat misleading as it is actually a BASIC program, so it is to be loaded in IS-BASIC.

Z

A program file (not runnable) compiled by Zzzip. It cannot be run directly, but instead by runnning a BASIC loader (with ZIP extension).

PAS

Pascal source code. The Pascal program has to be compiled before running so a file with PAS extension has to be compiled into a runnable file with COM extension. PAS files can be loaded into the Pascal editor.




ASM

ASMON / ASMEN source file. This is a text file in assembly language, which can be loaded into the editor of ASMON / ASMEN and then assembled into machine code.

HEA

HEASS (program of Laci Haluska) source text. It's a source program in/of machine code, loadable and compilable using HEASS's editor.

FEN

FENAS source text. It's a source program in/of machine code, loadable and compilable using HEASS's editor.

F

FENAS source text. It's a source program in/of machine code, loadable and compilable using HEASS's editor.

EXT

It's an absolute system extension. One of the best inventions of the Enterprise's operating system is using system extensions. After loading files of EXT extension nothing seems to happen, but typing the :HELP command we can detect the new extension at once. Some system extensions run automatically after loading but this is not typical.

ROM

Into EPROM burnable version of the absolute system extension (only the header differs). EPDOS can load it. The emulator also uses such files, so optional configurations can be created in the emulator using them. Warning! Do not confuse it with the ROM files being in some games converted from Spectrum! These files contain the Spectrum ROM - using them it is easier to convert a game though its quality is low.

TRN

A loader of a game with eternal life. It is not a standard extension, it's an Enterprise speciality. It can be found at games, the game can be started with eternal life (eternal munition, etc.) using it, so it is a runnable file.

WIN

EDC Windows application. It is the standard extension for EDC Windows applications. It can be started only after running EDC Windows, of course.

WP

It's the file format of Enterprise Word Processor. The files written in WP (and saved by the SAVE command) should be named with the WP extension.

HWP

It's the file format of HWP, the best word processing software (the work of Laci Haluska) for Enterprise.

TXT

A standard text file. On the Enterprise it is not traditional. E.g. using WP's PRINT command, files "printed" to the disk can be created and called TXT files.

DTM

Digitrax Module file. MOD pieces of music converted from PC. They can only be of 64kb size unfortunately which restricts the opportunities in sounding. They can be played using Digitrax Module Player (see: Music heading here) or by the :DTM command of Iview extension.

EPV

Video file, which can be played using IPLAY. (This program is also part of the Multiplay program pack.)

TOM

A compressed (game) program. The compression method was developed by Attus. It compresses simple sequences of the same byte occuring as multiple consecutive elements in the data. It can be loaded using DTF&TOM program.

DTF

Doubly compressed file. A further developed version of TOM. In the first pass it compresses simple sequences of the same byte occuring as multiple consecutive elements in the data (like TOM), then the output of the run-length encoding is further compressed in a second pass, by using an optimal variable length encoding of byte values based on statistical analysis of the data. Its decompression is slower but it is a data compression utility of very good efficiency. Most games like this consist of a single file but multiple level loader games can reserve the individual levels in separate files. It can be loaded using DTF&TOM utility (it is fairly slow) or by the command DL of ZozoTools. If you want to use the DTF&TOM loader, it is supposed to collect the DTF files to common disks and copy the loader to all these disks (it needs not much room).

PCK

Compressed file. This compressed file can be created with the EPDOS command PP. The compression is less efficient than DTF but it is much easier to use. PCK files can be unpacked any time. EPDOS can load it.

SCR

Screen file. First of all, games have this file as loading screen (in Spectrum format) but it can also be a format which can be loaded using :VLOAD command.

PRG

Program file. Games have this file, first of all. It's a file containing a program of machine code, we have nothing to do with it, we cannot run it directy, it can be run only by the loader of COM (TRN) extension.