fc78f797ee
Use the new searchpath common module
cuz
2003-05-29 09:10:18 +00:00
fda9a3b49a
Moved most of cc65/incpath to a common searchpath module
cuz
2003-05-28 21:11:47 +00:00
9aa85743ba
Fixed an include file search order problem
cuz
2003-05-27 21:48:05 +00:00
acd09ef19a
Added the system() function
cuz
2003-05-27 18:24:16 +00:00
975eefc7c2
Added a dummy system() function
cuz
2003-05-27 18:23:38 +00:00
1ccb54d58d
Encode option strings in the string pool
cuz
2003-05-25 21:06:57 +00:00
76e67e2f97
Changed the object file and library format. There is now an additional string table in the object file that (currently) holds all identifiers from the import, export and debug info sections. The plan is to put all strings into this table, so we have them in a central place and don't waste memory. Apart from that, the indices are unique, so comparing strings should be a lot easier than before (as soon as the programs take advantage of this fact, which is currently not the case).
cuz
2003-05-25 17:57:50 +00:00
487ded2ce2
New mainargs.s from Greg King
cuz
2003-05-25 11:46:21 +00:00
9421bf0e70
New strpool module
cuz
2003-05-24 20:51:41 +00:00
8b279cf126
Added info about the new OPTIONAL segment attribute.
cuz
2003-05-22 22:35:20 +00:00
cfb622f738
Add the new OPTIONAL attribute to the LOWCODE segment.
cuz
2003-05-22 22:32:33 +00:00
3b3e1bec17
Removed the empty LOWCODE segments from the startup files. This is now handled by the OPTIONAL segment attribute in the linker config.
cuz
2003-05-22 22:32:04 +00:00
93d37754fc
Handle high 128 chars equal to lower ones
cuz
2003-05-22 22:24:59 +00:00
40609f0a3c
Added an OPTIONAL segment attribute
cuz
2003-05-22 22:20:32 +00:00
741362f830
forgotten name change; fixed to return more verbose information instead of boolean true/false
izydorst
2003-05-16 15:26:49 +00:00
be00adb757
Add a warning for an address expression that is usually the result of a typo and almost never used in this form.
cuz
2003-05-13 19:10:32 +00:00
43f59de557
Redid the last change, because it was bug (A must be saved across the call)
cuz
2003-05-13 10:00:39 +00:00
faea6dd29c
Removed an unused warning
cuz
2003-05-11 22:04:52 +00:00
24ed6e5e3d
fix for previous change: the last vlir chains could be blank, do not pad the last real file
izydorst
2003-05-09 19:52:23 +00:00
0a1266e59b
Added the restrict keyword just to have it reserved
cuz
2003-05-07 21:06:42 +00:00
e9484094e4
Added more functions
cuz
2003-05-05 18:31:22 +00:00