EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Tools
EuroCalc
EuroConv
EuroDirs
EuroSort
EuroText
EuroView

  EuroTool is a collection of programs for (advanced) personal computer users, especially for programmers.

Common features of all EuroTool programs:

EuroCalc
is a calculator that works in both graphical and console modes. It evaluates expressions such as 12 + 0x34 * (5+6.78) - 9E-2, which it recapitulates as 12+52*(5+6.78)-0.09 = 624.47.
Unlike manu other calculators we do not have to decide in advance between scientific, programming, or standard modes. It accepts numbers in mixed decimal, hexadecimal, octal, binary and exponential formats, compatible with EuroAssembler's number formats.
EuroCalc works with 96-bit mantissa and 32-bit exponent.
EuroConv
is a text file encoding converter between ASCIIZ, UTF-8, UTF-16, UTF-32 or 75 other OEM/ANSI 8-bit encodings.
It converts input text file in any supported encodings to the output file in any other encodings.
EuroDirs
scans your computer's disk(s) to determine which directories have changed since the last inspection. You can then compare the current scan with previously saved ones and find out which directory has grown the most, or which has shrunk, been completely deleted, or added to.
EuroSort
is a sorting program for text files or for type files consisting of fixed-length records. Encoding of the input text file will be autodetected or specified explicitly. It also takes into account national sorting conventions (locales) and allows you to specify whether to sort numbers first, uppercase or lowercase letters first, or whether to merge spaces.
EuroText
is a text program viewer. The text may be encoded in UTF-8, UTF-16, UTF-32 or in any of 75 OEM/ANSI code pages, which are selected by autodetection or manually.
The file is never changed, unlike many other editors it never bothers you with offers to save accidentally modified text. Just press Esc to quit.
EuroView
is a viewer of arbitrary file. It knows the structure of executable files, object modules, libraries, multimedia files etc and displays the members of their internal structure along with the member names which are defined in their specifications. If the file format is not recognized, EuroView shows it as a hexadecimal dump.
It does not disassemble programs, doesn't play sound or videos or show pictures, instead it displays the internal structure of the file.
EuroView is a replacement for various file viewers and browsers, such as readelf, hexdump, xxd, PEview, ODU, Tdump etc.

▲Back to the top▲