1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 8810e38bb7 Move the assignment parser into a separate module.
When assigning structures, copy them using the primary register when the
size is 1, 2, or 4.
When assigning structures, allow structures by value when the size is 1,
2, or 4. These structures are expected to be in the primary register. The
only case when this can happen is by return from function, so this change
makes div() work.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1477 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-11-01 21:27:31 +00:00
asminc Started to add tgi text output functions 2002-10-03 11:18:49 +00:00
doc Expanded entry for Greg King 2002-10-25 20:54:44 +00:00
include Added stdbool.h provided by Greg King 2002-10-25 20:53:22 +00:00
libsrc No support files in atmos dir 2002-10-28 23:35:13 +00:00
packages Changes from Michael Klein 2002-10-03 20:10:10 +00:00
samples Port plasma to the C128 2002-10-03 19:19:25 +00:00
src Move the assignment parser into a separate module. 2002-11-01 21:27:31 +00:00
testcode Division test program by Greg King 2002-10-25 20:48:35 +00:00
util Added an older conversion program 2000-10-14 17:53:26 +00:00
.cvsignore