1 ; vim
: set filetype
=fasm foldmethod
=marker commentstring
=;
%s colorcolumn
=101 :
3 ;
***************************************************************************************************
6 include
'ext/movbe.inc'
9 include
'ext/ssse3.inc'
11 include
'format/elf64.inc'
13 ;
***************************************************************************************************
14 define TRACE_DEBUG_ENABLED
0
15 define TRACE_GENERIC_ENABLED
0
16 define TRACE_NODE_IDX_ENABLED
0
17 define TRACE_WAYS_IDX_ENABLED
0
18 define TRACE_RELATIONS_IDX_ENABLED
0
19 define TRACE_RELATIONS_2ND_PASS_ENABLED
0
20 define TRACE_FEATURES_ENABLED
0
21 ;
---------------------------------------------------------------------------------------------------
22 include
'util_macros.s'
23 ;
***************************************************************************************************
25 ;
***************************************************************************************************
26 section
'.text' executable writeable align
64
28 include
'inflate/zlib/text.s'
31 ;
***************************************************************************************************
32 section
'.data' writeable align
64
34 include
'inflate/zlib/data.s'
37 ;
***************************************************************************************************
38 section
'.bss' writeable align
64
40 include
'inflate/zlib/bss.s'