EuroAssembler site map
/ | Home directory, e.g. https://euroassembler.eu/ or file:///C:/euroasm/ . |
/euroasm.css | Cascading Style Sheet for all EuroAssembler HTML pages. |
/euroasm.exe | The main executable file for MS Windows. It should be moved to %PATH% directory at installation time. |
/favicon.ico | Euroassembler site icon |
/generate.zip | Auxilliary files useful in further €ASM developement. Not necessary for ordinary EuroAssembler users. |
/generate.zip:eatests\testman.php | Test manager for €ASM developers. |
/generate.zip:euroasm.ppr | Project file for the text editor PSPad. |
/generate.zip:generate.php | HTML bulk update scripts for €ASM developers. |
/generate.zip:links.ini | Definition of external links to resources useful for €ASM developement. |
/generate.zip:sitemap.ini | Declaration of €ASM files and their properties, used to generate HTML. |
/index.htm | Alphabetical index of EuroAssembler language elements, instructions, macros, options. |
/search.php | Script used to find a string in all text files on this site. |
/sitemap.htm | List of EuroAssembler directories, files and their description. |
/download/ | Download directory of EuroAssembler. Not embedded in distribution. |
/download/euroasm.????????.zip | Previous versions ???????? of EuroAssembler. Not embedded in euroasm.zip . |
/download/euroasm.zip | The latest version of EuroAssembler. Not embedded in euroasm.zip . |
/download/index.htm | Overview of EuroAssembler versions and history. Not embedded in euroasm.zip . |
/eadoc/ | EuroAssembler documentation directory. |
/eadoc/euroasm.png | EuroAssembler reference card, ready to print on A4 paper. |
/eadoc/index.htm | Documentation in the language mutation chosen at installation time. |
/eadoc/links.htm | External references, errata and links to authoritative resources used in €ASM developement. |
/eadoc/man_???.htm | Documentation, translated. ??? is three-letter language code. |
/eadoc/man_CZE.htm | Documentation, translated to the Czech language. |
/easource/ | EuroAssembler source file directory. |
/easource/*.htm | €ASM source files. |
/easource/chunk.htm | Chunk of source file . |
/easource/coffstub.htm | 16bit DOS MZ program linked to Windows executables. |
/easource/ctx.htm | Assembly block context. |
/easource/dict.htm | Language dictionary. |
/easource/ea.htm | EuroAssembler main object. |
/easource/eaopt.htm | EUROASM options. |
/easource/euroasm.htm | The main EuroAssembler source and linker script. |
/easource/exp.htm | Expression evaluator. |
/easource/ii.htm | Intel/AMD machine instructions. |
/easource/iia.htm | AMD-specific instructions. |
/easource/iib.htm | Intel FMA instructions. |
/easource/iic.htm | Cyrix-specific instructions. |
/easource/iid.htm | 3DNow! instructions. |
/easource/iif.htm | FPU instructions. |
/easource/iig.htm | General-purpose instructions. |
/easource/iik.htm | AVX512 Kreg instructions. |
/easource/iim.htm | MMX instructions. |
/easource/iip.htm | Packed SSE instructions. |
/easource/iis.htm | System instructions. |
/easource/iit.htm | TSX/RTM instructions. |
/easource/iiv.htm | AVX instructions. |
/easource/iix.htm | XOP-encoded AMD instructions. |
/easource/iiy.htm | AVX-2 instructions. |
/easource/iiz.htm | AVX-512 instructions. |
/easource/index.htm | Source overview and signpost of €ASM source files. |
/easource/lst.htm | Assembly listing. |
/easource/mac.htm | Macroinstruction handler. |
/easource/member.htm | Member of structure or library. |
/easource/msg.htm | EuroAssembler message. |
/easource/pass.htm | Assembly pass through the source. |
/easource/pf.htm | Output program procedures. |
/easource/pfbin.htm | Program format BIN. |
/easource/pfboot.htm | Program format BOOT. |
/easource/pfcoff.htm | Program format COFF. |
/easource/pfcom.htm | Program format COM. |
/easource/pfdll.htm | Program format DLL. |
/easource/pfelf.htm | Program format ELF. |
/easource/pfelfso.htm | Program format ELFSO. |
/easource/pfelfx.htm | Program format ELFX. |
/easource/pflibcof.htm | Program format LIBCOF. |
/easource/pflibomf.htm | Program format LIBOMF. |
/easource/pfmz.htm | Program format MZ. |
/easource/pfomf.htm | Program format OMF. |
/easource/pfpe.htm | Program format PE. |
/easource/pfrsrc.htm | Program input format RSRC. |
/easource/pgm.htm | The assembled module. |
/easource/pgmopt.htm | PROGRAM options. |
/easource/pseudo.htm | Pseudoinstruction handlers. |
/easource/reloc.htm | Relocation. |
/easource/src.htm | Input source file. |
/easource/sss.htm | Structure/section/segment/group. |
/easource/stm.htm | Statement. |
/easource/sym.htm | Symbol. |
/easource/syswin.htm | Oper.system MS Windows calls. |
/easource/var.htm | Preprocessing %variable. |
/eatests/ | Directory with EuroAssembler test files. |
/eatests/index.htm | Overview and signpost of €ASM test files. |
/eatests/manager.php | Proxy script for access to eatests/testman.php on developement site. |
/eatests/t????.htm | €ASM test files. See TestList for their description. |
/forum/ | Discussion board (phpBB). Not embedded in distribution. |
/forum/index.php | Board category overview. Not embedded in distribution. |
/maclib/ | Libraries of macros, structures and constant symbols includable into €ASM sources. |
/maclib/biosapi.htm | BIOS API interface |
/maclib/bioss.htm | BIOS structures + symbols. |
/maclib/cpuext.htm | Extensions of CPU machine instructions |
/maclib/cpuext16.htm | Extensions of CPU machine instructions |
/maclib/cpuext32.htm | Extensions of CPU machine instructions |
/maclib/cpuext64.htm | Extensions of CPU machine instructions |
/maclib/debug.htm | Nontinteractive debugging |
/maclib/dosapi.htm | DOS API interface |
/maclib/doss.htm | DOS structures and symbols. |
/maclib/fastcall.htm | FastCall Windows 64bit calling-convention macros. |
/maclib/index.htm | Overview of €ASM macro libraries. |
/maclib/linabi.htm | Linux 64bit SYSCALL ABI interface. |
/maclib/linapi.htm | Linux 32bit INT 0x80 API interface. |
/maclib/linf32.htm | Wrappers of 32bit Linux file functions. |
/maclib/linf64.htm | Wrappers of 64bit Linux file functions. |
/maclib/lins.htm | Struc+symbols for base functions in Linux. |
/maclib/linsfile.htm | Struc+symbols for file access in LinAPI. |
/maclib/memory.htm | Memory management macros. |
/maclib/sort16.htm | Data sorting. |
/maclib/sort32.htm | Data sorting. |
/maclib/sort64.htm | Data sorting. |
/maclib/status16.htm | Boolean flag manipulation. |
/maclib/status32.htm | Boolean flag manipulation. |
/maclib/stdcal16.htm | StdCall 16bit calling-convention macros. |
/maclib/stdcal32.htm | StdCall 32bit calling-convention macros. |
/maclib/stdcal64.htm | StdCall 64bit calling-convention macros. |
/maclib/string16.htm | Operations with zero-terminated strings. |
/maclib/string32.htm | Operations with zero-terminated strings. |
/maclib/string64.htm | Operations with zero-terminated strings. |
/maclib/sysvcall.htm | System V 64bit calling-convention macros. |
/maclib/winabi.htm | Macros for core 64bit MS Windows functions. |
/maclib/winansi.htm | List of MS Windows API functions with ANSI+WIDE variants. |
/maclib/winapi.htm | Macros for core 32bit MS Windows functions. |
/maclib/winf32.htm | Wrappers of 32bit MS Windows file functions. |
/maclib/winf64.htm | Wrappers of 64bit MS Windows file functions. |
/maclib/wins.htm | Struc+symbols for base functions in WinAPI. |
/maclib/winscon.htm | Struc+symbols for console subsystem in WinAPI. |
/maclib/winsdlg.htm | Struc+symbols for common dialogs in WinAPI. |
/maclib/winsfile.htm | Struc+symbols for file access in WinAPI. |
/maclib/winsgui.htm | Struc+symbols for graphic subsystem in WinAPI. |
/maclib/winsnet.htm | Struc+symbols for networking in WinAPI. |
/maclib/winsprn.htm | Struc+symbols for printing in WinAPI. |
/maclib/winsreg.htm | Struc+symbols for registry access in WinAPI. |
/maclib/winssec.htm | Struc+symbols for security management in WinAPI. |
/maclib/winstime.htm | Struc+symbols for time functions in WinAPI. |
/objlib/ | Libraries of objects linkable to €ASM sources. |
/objlib/easm.ico | Icon#1 in resource script euroasm.rc |
/objlib/euroasm.ico | Icon#2 in resource script euroasm.rc |
/objlib/euroasm.ini | Factory-default configuration file, built-in to euroasm.exe |
/objlib/euroasm.rc | Resource script which can be compiled to euroasm.res . |
/objlib/euroasm.res | Compiled resource file used in €ASM tests. |
/objlib/euroconv.ico | Icon of sample project EuroConv |
/objlib/index.htm | Overview of linkable object libraries and sample projects. |
/objlib/skelet.ico | Icon used in resource script skelet.rc |
/objlib/skelet.rc | Resource script used in sample projects skelet32.htm and skelet64.htm . |
/objlib/skelet.res | Compiled resources used in sample projects skelet32.htm and skelet64.htm . |
/objlib/vitsoft.ico | Icon#3 in resource script euroasm.rc |
/objlib/wait.gif | Animated hourglass . |
/objlib/winapi.lib | MS Windows API import library generated by DLL2LIB. |
/probin/ | Sample projects in BINary format. |
/probin/binboot.htm | Program format BIN arranged as boot sector |
/probin/bincom.htm | Program format=BIN arranged as DOS executable COM |
/probin/boot16.htm | Boot sector of floppy disk. |
/probin/boottest.htm | Boot sector Hello world demo. |
/probin/index.htm | Redirection to ../objlib/index.htm |
/probin/kblock.htm | DOS driver for locking keyboard during boot |
/prodos16/ | Sample projects for DOS. |
/prodos16/com.htm | Example of DOS executable COM format |
/prodos16/index.htm | Redirection to ../objlib/index.htm |
/prodos16/kbunlock.htm | DOS program for unlocking keyboard locked by kblock.sys. |
/prodos16/tdosapi.htm | Test of functions in macrolibrary dosapi.htm |
/prodos16/tmac16.htm | Test of functions in macrolibraries cpuext16.htm, sort16.htm |
/prodos16/tsrclock.htm | DOS TSR program which displays time in text mode. |
/prodos16/tsrup.htm | DOS TSR program self-installable to upper memory. |
/prolin32/ | Sample 32bit projects for Linux. |
/prolin32/index.htm | Redirection to ../objlib/index.htm |
/prolin32/lin32hw.htm | Hello World program for 32bit Linux |
/prolin32/tlinapi.htm | Test of functions in macrolibrary linapi.htm |
/prolin32/tlinf32.htm | Test of functions in macrolibrary linf32.htm |
/prolin64/ | Sample 64bit projects for Linux. |
/prolin64/index.htm | Redirection to ../objlib/index.htm |
/prolin64/lin64hw.htm | Hello World program for 64bit Linux |
/prolin64/tlinabi.htm | Test of functions in macrolibrary linabi.htm |
/prolin64/tlinf64.htm | Test of functions in macrolibrary linf64.htm |
/prowin32/ | Sample 32bit projects for MS Windows. |
/prowin32/boxdraw.htm | Windows console application which converts OEM encoded BOX DRAWING characters 0xB0..0xDF to HTML entities. |
/prowin32/cpmix32.htm | Demo mixing alphabets from many languages in GUI and CON Window. |
/prowin32/dll2ansi.htm | Program which creates the list of exported function with ANSI and WIDE variant. |
/prowin32/dll2lib.htm | Linker script which creates import libraries from MS Windows DLL. |
/prowin32/index.htm | Redirection to ../objlib/index.htm |
/prowin32/locktest.htm | Dual DOS|Windows console application for testing keyboard Lock indicator status in batch files. |
/prowin32/lstview.htm | Window 32bit GUI application for viewing €ASM listing. |
/prowin32/skelet32.htm | Skeleton of a primitive Windows GUI program with standard menu and status bar. |
/prowin32/testman.htm | Compiled test manager for €ASM tests. |
/prowin32/tmac32.htm | Test of functions in macrolibraries cpuext32.htm, sort32.htm |
/prowin32/twinapi.htm | Test of functions in macrolibrary winapi.htm |
/prowin32/twinf32.htm | Test of functions in macrolibrary winf32.htm |
/prowin64/ | Sample 64bit projects for MS Windows. |
/prowin64/cpmix64.htm | Demo mixing alphabets from many languages in GUI and CON Window. |
/prowin64/index.htm | Redirection to ../objlib/index.htm |
/prowin64/lstview4.htm | Window 64bit GUI application for viewing €ASM listing. |
/prowin64/skelet64.htm | Skeleton of a primitive Windows GUI program with standard menu and status bar. |
/prowin64/tmac64.htm | Test of functions in macrolibraries cpuext64.htm, sort64.htm |
/prowin64/twinabi.htm | Test of functions in macrolibrary winabi.htm |
/prowin64/twinf64.htm | Test of functions in macrolibrary winf64.htm |
/version/ | URL for automatized check of available EuroAssembler version. Not embedded in distribution. |
/version/index.htm | Plain text file with the current €ASM version. Not embedded in distribution. |