Irmen de Jong
|
e962431139
|
added bcd.addtol()/subfroml() for in-place long calculations
fix long overflow messages, IR register type error
|
2025-10-12 22:08:10 +02:00 |
|
Irmen de Jong
|
b7620abc9a
|
longs: fix msw() and lsw()
|
2025-10-12 19:49:36 +02:00 |
|
Irmen de Jong
|
d69eead6d8
|
fix abs(long), mklong(), mklong2(), peekl(), pokel()
|
2025-10-12 14:17:27 +02:00 |
|
Irmen de Jong
|
6db3611d93
|
fix typecast error when assigning pointer to long
|
2025-10-12 12:44:28 +02:00 |
|
Irmen de Jong
|
a84320c7e2
|
add sgn(long) support, fix sgn() result type in IR
|
2025-10-12 12:22:32 +02:00 |
|
Irmen de Jong
|
dfc720557c
|
fix some more long hex value comparisons
|
2025-10-12 04:40:50 +02:00 |
|
Irmen de Jong
|
32149d073a
|
bitwise long exprs now use R12-R13 instead of R2-R3
|
2025-10-12 03:02:09 +02:00 |
|
Irmen de Jong
|
fc38be6376
|
fix a const long value hex asm mistake, fix conv.str_l(0) empty output
|
2025-10-12 01:52:35 +02:00 |
|
Irmen de Jong
|
13f6efc1d1
|
long +/- long now use R12-R15 instead of R0-R3
|
2025-10-12 01:35:02 +02:00 |
|
Irmen de Jong
|
8296002887
|
fix combined reg asm name
|
2025-10-12 01:34:00 +02:00 |
|
Irmen de Jong
|
424b89f357
|
longs now returned in R14+R15 instead of R0+R1
|
2025-10-12 00:27:17 +02:00 |
|
Irmen de Jong
|
796d3242e1
|
optimize word pointer indexing and fix long pointer indexing assignment (pokel)
|
2025-10-11 15:59:27 +02:00 |
|
Irmen de Jong
|
07bb5c36bd
|
avoid fallback JSR peek for common case pointer+offset
|
2025-10-11 04:45:03 +02:00 |
|
Irmen de Jong
|
bb8b44d9d0
|
fix missing byte to long assignment, add c-bench-64 comparison
|
2025-10-10 00:01:54 +02:00 |
|
Irmen de Jong
|
f0a67fff8a
|
added missing byte to long type assignment
|
2025-10-09 02:52:33 +02:00 |
|
Irmen de Jong
|
396fcbc927
|
implement missing long typecasts
|
2025-10-07 17:46:10 +02:00 |
|
Irmen de Jong
|
0f564b301d
|
implement peekl() and pokel()
|
2025-10-07 00:53:00 +02:00 |
|
Irmen de Jong
|
f7639cb78f
|
implement long comparisons > and <=
|
2025-10-06 23:42:40 +02:00 |
|
Irmen de Jong
|
f5f5aef722
|
implement long comparisons < and >=
|
2025-10-06 22:30:17 +02:00 |
|
Irmen de Jong
|
d6e30d8468
|
fix signed word and long cmp()
|
2025-10-06 22:05:34 +02:00 |
|
Irmen de Jong
|
4ed92d71a7
|
remove "@split" tag
The default is to split word arrays. If you need your word array to not be split, use @nosplit on the array.
|
2025-10-05 17:06:21 +02:00 |
|
Irmen de Jong
|
e63921009c
|
added math.mul32(), verafx.muls now returns long
|
2025-10-04 21:54:53 +02:00 |
|
Irmen de Jong
|
8abdb837b2
|
fix long equality comparisons
|
2025-10-04 17:21:39 +02:00 |
|
Irmen de Jong
|
0e177cb531
|
added cbm.RDTIML and cbm.SETTIML wrappers
|
2025-10-04 02:00:24 +02:00 |
|
Irmen de Jong
|
a7d98e43b8
|
cmp(long, long)
|
2025-10-03 22:41:59 +02:00 |
|
Irmen de Jong
|
845ee2dd83
|
smaller code for several long operations
|
2025-10-03 21:25:13 +02:00 |
|
Irmen de Jong
|
f9b0bfe31b
|
implement rol() and ror() on longs (also rol2 and ror2 and abs)
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
f303d15628
|
fix long equality checks
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
67f7ffa52d
|
multi value returns with longs
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
88c5d9783a
|
long params and return values
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
e7fc0360ad
|
long bitwise operator expressions
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
cd1862dd9f
|
fix signed long shift right
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
045c4909a8
|
long equality comparisons
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
e0107bacbd
|
implement long << >> expressions
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
b3bd2a6a09
|
fixed a bunch of long type handling
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
ff1f58e022
|
implement simple + / - long expressions
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
b058f1c7c2
|
implement mklong(a,b,c,d) and mklong2(w1,w2)
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
3e07b6ca70
|
adding long arrays
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
d66dc664de
|
work on longs
|
2025-10-03 01:22:24 +02:00 |
|
Irmen de Jong
|
a611406020
|
IR: add compilerversion attribute to p8ir file
|
2025-09-30 22:07:04 +02:00 |
|
Irmen de Jong
|
2c7256a443
|
support assignment to indexed pointer targets
|
2025-09-27 14:52:04 +02:00 |
|
Irmen de Jong
|
97420b28e5
|
preparing to support assignment to indexed pointer targets
|
2025-09-27 11:03:55 +02:00 |
|
Irmen de Jong
|
4fe8b72d42
|
fix broken uword comparison and asm peephole optimization
|
2025-09-24 02:42:26 +02:00 |
|
Irmen de Jong
|
f3b060df51
|
no longer save Y register when loading value through ZP pointer LDA (zp),Y
|
2025-09-23 22:59:01 +02:00 |
|
Irmen de Jong
|
c4b9bdd33f
|
proper pointer array initializer size checking, nicer sprite movement in simplemultiplexer
|
2025-09-22 20:07:38 +02:00 |
|
Irmen de Jong
|
19f19f3880
|
doc and opening borders
|
2025-09-20 21:44:48 +02:00 |
|
Irmen de Jong
|
231b50dacb
|
optimize certain word multiplication with bit shifting if it's a power of 2
|
2025-09-18 20:57:26 +02:00 |
|
Irmen de Jong
|
a71895cbe8
|
optimize pointer.field += 1 into pointer.field INC/DEC
|
2025-09-18 19:27:36 +02:00 |
|
Irmen de Jong
|
efd73fd10d
|
implement some more in place pointer operators
|
2025-09-17 18:19:03 +02:00 |
|
Irmen de Jong
|
8b48a295b6
|
allow struct initializers to occur in array literals
|
2025-09-14 18:16:46 +02:00 |
|