From b4bcdc8482f8deae2d25018b4f91593570cf9cf5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 8 Feb 2025 15:26:11 +0100 Subject: ADD: Assembler frontend tweaks and other refactors. Signed-off-by: Amlal El Mahrouss --- doc/SPECIFICATION.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 doc/SPECIFICATION.md (limited to 'doc/SPECIFICATION.md') diff --git a/doc/SPECIFICATION.md b/doc/SPECIFICATION.md deleted file mode 100644 index 04c9c55..0000000 --- a/doc/SPECIFICATION.md +++ /dev/null @@ -1,18 +0,0 @@ -# Specification of LibCompiler - -================================== -## Brief: -================================== - -- Output format: PEF, XCOFF -- Object format: AE, COFF -- SDK Language: C++ - -================================== -## LibCompiler: -================================== - -- Shall support compilation and linking. -- Shall be written in C++ -- Shall support the assembler too. -- Shall provide primitives for compilers, assemblers and linkers. \ No newline at end of file -- cgit v1.2.3