Differences From Artifact [04168a4983]:
- File
freshlib/macros/Linux/_import.inc
— part of check-in
[a4948d96d1]
at
2013-10-30 06:03:49
on branch FreshLibDev
— Work on the old bug in the ELF generator of FASM compiler.
Small optimization in StrLen, suggested by ejamesr (http://board.flatassembler.net/topic.php?t=15875) implemented. (user: johnfound size: 4351) [more...]
To Artifact [00b17f4fb9]:
- File freshlib/macros/Linux/_import.inc — part of check-in [e587eaed03] at 2014-02-26 23:14:31 on branch FreshLibGUI — Work on the SplitGrid implementation. (user: johnfound size: 4368) [more...]
| ︙ | ︙ | |||
92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
display 3, 'Imported "', \\\`iname, '" function.', $0a
end if
end if
\\\}
\\}
__imported_count = tcnt;
if __imported_count>0
segment dynamic readable
rept libs i:1 \\{
match str:cnt:use:library, libs\\#i \\\{
cnt = 0
if use > 0
| > > | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
display 3, 'Imported "', \\\`iname, '" function.', $0a
end if
end if
\\\}
\\}
__imported_count = tcnt;
size1 = 0
if __imported_count>0
segment dynamic readable
rept libs i:1 \\{
match str:cnt:use:library, libs\\#i \\\{
cnt = 0
if use > 0
|
| ︙ | ︙ |