72e790bfbe
Fixed a typo
cuz
2000-11-29 16:44:50 +00:00
2df60e5033
Use the new TgtTranslateBuf function
cuz
2000-11-29 15:22:06 +00:00
c45592efbf
New TgtTranslateBuf function
cuz
2000-11-29 15:18:39 +00:00
0306618aa4
Pass the target system to the assembler so characters are translated correctly for the selected target platform.
cuz
2000-11-29 15:14:31 +00:00
0adf3945b7
Implementation for the .IFPxx commands was missing
cuz
2000-11-28 20:55:12 +00:00
3a7eccfc8d
pusha function has changed
cuz
2000-11-28 13:33:27 +00:00
4f0664bea0
Added some 65C02 code
cuz
2000-11-28 13:33:08 +00:00
d09bf73a96
65C02 code, minor optimization.
cuz
2000-11-28 13:27:42 +00:00
6cbd32b49d
Some more 6502 code
cuz
2000-11-27 23:37:53 +00:00
b4163d0e4e
Added some 65C02 code.
cuz
2000-11-27 22:59:03 +00:00
5be5b3763b
Implemented large offsets for g_putind
cuz
2000-11-27 16:52:52 +00:00
f6768466be
Fix several errors: The address operator on functions (resulting in a pointer-to-function type) was not possible. It is redundant but allowed. A cast with a function on the right side resulted in an internal compiler error, since the implicit cast from function to pointer-to-function was missing in this case. An assignment of a function to a void pointer was not possible because the same implicit conversion was missing.
cuz
2000-11-24 10:46:04 +00:00
0333dbbd85
Fixed a typo
cuz
2000-11-24 07:36:08 +00:00
33bd9b5b51
Sqeezed one byte out of the zerobss routine:-)
cuz
2000-11-23 22:15:57 +00:00
e3b2fcc78d
Move the conio initialization routines where they belong (cgetc), make them module constructors/destructors and remove the conio init functions that were called from the startup code.
cuz
2000-11-23 19:21:05 +00:00
4ea94a9302
Use "[linker generated]" as source for linker generated symbols.
cuz
2000-11-23 19:14:15 +00:00
99ecc9a609
Removed initialization code to set the screen size and replaced it by a separate module that contains a module constructor. In some cases, the code was even unnecessary, since the screen size is known in advance.
cuz
2000-11-23 19:05:32 +00:00
ea8541e932
Abort on errors
cuz
2000-11-23 12:42:39 +00:00
c6aef4dd74
Ignore some more files
cuz
2000-11-22 22:56:50 +00:00
f3b93741ab
Use the condes feature
cuz
2000-11-22 22:19:09 +00:00
901a8088e6
New --cpu command line switch
cuz
2000-11-22 20:19:15 +00:00
596068b4ce
In switch statements, do only print a warning about missing case labels if there are no regular labels and no default label.
cuz
2000-11-22 12:02:15 +00:00
9398c5cef0
Removed the old cc65.txt file, added documentation for the dio api.
cuz
2000-11-21 22:36:50 +00:00