mrdudz
|
0690a12ad2
|
change "the cc65 authors" to "The cc65 Authors" as per jmrs request
|
2020-08-18 22:41:42 +02:00 |
|
mrdudz
|
ab89c168de
|
replace "Copyright 2020 Google LLC" by "Copyright 2020 the cc65 authors"
|
2020-08-18 17:47:35 +02:00 |
|
Jesse Rosenstock
|
2d5fd0fc63
|
Use char ops if possible for bit-field loads
Set CF_FORCECHAR and change type to char once we have
shifted into a char.
This saves some unnecessary ldx #0 instructions.
|
2020-07-30 14:59:23 +02:00 |
|
Jesse Rosenstock
|
359da1ae76
|
Update bit-field tests after #1058 merge
|
2020-07-08 17:20:15 +02:00 |
|
Jesse Rosenstock
|
8449c9eaa0
|
Add zlib license text
|
2020-07-08 17:20:15 +02:00 |
|
Jesse Rosenstock
|
532e6b2554
|
Add copyright notice
|
2020-07-08 17:20:15 +02:00 |
|
Jesse Rosenstock
|
6f85ee9d95
|
Add another test for bit-field unit overlap
Test when there is another field after bit-fields with
allocation unit overlap.
|
2020-07-08 17:20:15 +02:00 |
|
Jesse Rosenstock
|
2f456ce4e2
|
Add comment explaining four_bits_with_int
|
2020-07-08 17:20:15 +02:00 |
|
Jesse Rosenstock
|
8a331ee7ec
|
Print to stdout instead of stderr
Print number of failures.
This makes it consistent with the other val/ tests.
|
2020-07-08 17:20:15 +02:00 |
|
Jesse Rosenstock
|
a70ac6be30
|
Add test of bit-field packing for #1054 and #1055
|
2020-07-08 17:20:15 +02:00 |
|