15 lines
481 B
NASM
15 lines
481 B
NASM
|
;
|
||
|
; This file is a part of Pcompress, a chunked parallel multi-
|
||
|
; algorithm lossless compression and decompression program.
|
||
|
;
|
||
|
; Copyright (C) 2012-2014 Moinak Ghosh. All rights reserved.
|
||
|
; Use is subject to license terms.
|
||
|
;
|
||
|
; This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
;
|
||
|
; moinakg@belenix.org, http://moinakg.wordpress.com/
|
||
|
;
|
||
|
|