Fresh IDE . Diff
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Differences From Artifact [ad574eff45]:

To Artifact [afac434710]:


153
154
155
156
157
158
159
160
161
162
163
164
165
166
167

      relsz = $-rel
      hash:
      dd 1, counter
      dd 0

      repeat counter
       if %=counter
        dd 0
       else
        dd %
       end if
      end repeat
      strtab db 0








|







153
154
155
156
157
158
159
160
161
162
163
164
165
166
167

      relsz = $-rel
      hash:
      dd 1, counter
      dd 0

      repeat counter
       if % = counter
        dd 0
       else
        dd %
       end if
      end repeat
      strtab db 0

182
183
184
185
186
187
188
189
190
191


192
193
194
195
196
197
198
        \\\}
      \\}

      strsz = $-strtab

      rept func i:1 \\{
        match fstr:cnt:iname:ename:arg, func\\#i \\\{
          label iname dword
          if used iname
            dd 0


          end if
           __define_import_arguments arg
        \\\}
      \\}
    else
      size1 = $ - $$
    end if







<

|
>
>







182
183
184
185
186
187
188

189
190
191
192
193
194
195
196
197
198
199
        \\\}
      \\}

      strsz = $-strtab

      rept func i:1 \\{
        match fstr:cnt:iname:ename:arg, func\\#i \\\{

          if used iname
            iname dd 0
          else
            iname = 0
          end if
           __define_import_arguments arg
        \\\}
      \\}
    else
      size1 = $ - $$
    end if