mirror of
https://github.com/irmen/prog8.git
synced 2025-07-25 11:24:15 +00:00
verafx.mult() and muls() now return both words of the 32 bits result.
This commit is contained in:
@@ -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() ?)
|
||||
|
||||
...
|
||||
|
||||
|
Reference in New Issue
Block a user