verafx.mult() and muls() now return both words of the 32 bits result.

This commit is contained in:
Irmen de Jong
2024-04-07 22:31:56 +02:00
parent 112d2d6058
commit 9de7698a5c
3 changed files with 36 additions and 31 deletions

View File

@@ -1,11 +1,9 @@
TODO
====
fix routines such as mult in verafx to return both 16-bit words of the result.
ubyte x,y compiles to more code than ubyte x + ubyte y
can we make ubyte x,y = cbm.SCREEN() work?
can we make ubyte x,y = cbm.SCREEN() work? (sugar for ubyte x,y // x,y=cbm.SCREEN() ?)
...