outdated/archer: Post-SVN tidy

- Move source code from `trunk` into root directory.
- Checked ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
2025-06-28 01:08:48 -04:00
parent c4a39efecb
commit 1f9efb9437
10 changed files with 482 additions and 481 deletions

View File

@@ -1,3 +1,6 @@
; SPDX-License-Identifier: NOASSERTION
;
; @RCHER - Deflate unpacker v2.0 beta ; @RCHER - Deflate unpacker v2.0 beta
; ;
; Written in pure assembler by Ivushkin Andrey aka Willow ; Written in pure assembler by Ivushkin Andrey aka Willow
@@ -477,5 +480,3 @@ end if
if ~ SYS in <meos,win> if ~ SYS in <meos,win>
error "Please specify SYS: meos OR win" error "Please specify SYS: meos OR win"
end if end if