mirror of
https://github.com/irmen/prog8.git
synced 2025-11-01 06:16:15 +00:00
added unary ^ and << operators (experimental) (gets bank and address of a long integer)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
what to do with bnk(): it's an awkward name but bank() is too general a name and will forbid you to use 'bank' as a variable...
|
||||
what to do with bankof(): keep it? add another syntax like \`value or ^value to get the bank byte?
|
||||
add a function like addr() or lsw() to complement bnk() in getting easy access to the lower 16 bits of a long integer?
|
||||
|
||||
-> added unary ^ operator as alternative to bankof()
|
||||
-> added unary << operator as alternative to addr() / lsb(x>>16) / lsw()
|
||||
-> TODO document whatever remains of those!
|
||||
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user