Low-level INterfaced OverLanguage for Extremely Universal Machine-coding. Claims: a missing ring in the history of programming languages, cross-platform ASM with almost 1:1 language-to-CPU instruction ratio, new way to address memory units (n-flat address space), easier than Assembly, but still low-level interfaced, open source.
Short Axion Network guide to a few fundamental aspects of ASM: Binary Number System, Hex Decimal Numbers, C and ASM Programming. Downloads: TASM assembler, String Input Library and related example, Graphics programming demo; a few Assembly links.
Many assemblers, tools, docs for many systems: Asl, Asm, Asm68xx, Dasm, Nasm, Optimizer, Tas, Zmac, Structured Macros for 8051 assemblers, Intel/Motorola Hex file format to binary converter, more.
Extends traditional untyped assembly languages with typing annotations, memory management primitives, and sound set of typing rules. The typing rules guarantee memory safety, control flow safety, type safety of TAL programs. What do you want to type check today?