mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2025-08-08 03:25:26 +00:00
Fix comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
; lzsa1fta.asm time-efficient decompressor implementation for 8088
|
||||
; Turbo Assembler IDEAL mode dialect; can also be assembled with NASM.
|
||||
; decompress_speed_v1.S - time-efficient decompressor implementation for 8088
|
||||
; NASM syntax.
|
||||
;
|
||||
; Usual DOS assembler SMALL model assumptions apply. This code:
|
||||
; - Assumes it was invoked via NEAR call (change RET to RETF for FAR calls)
|
||||
|
Reference in New Issue
Block a user