mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 02:16:41 +00:00
smaller code for several long operations
This commit is contained in:
@@ -3,10 +3,6 @@ TODO
|
||||
|
||||
LONG TYPE
|
||||
---------
|
||||
- move inline long calculations on variables + variable (or memory) to subroutines that just receive the pointer to the LONG
|
||||
- implement optimized long+byte, long+word, long-byte, long-word. (now TODOs)
|
||||
- find a faster long to string routine (conv.str_l)
|
||||
- find a string to long parse routine (conv.str2long)
|
||||
- implement cmp for longs
|
||||
- implement LONG support in If Expressions
|
||||
- call convention for asmsubs: asmsubs don't have syntax for passing a long value so use explicit separate msw() and lsw() arguments... Or introduce new syntax for R0+R1 combo's?
|
||||
|
||||
Reference in New Issue
Block a user