mirror of
https://github.com/irmen/prog8.git
synced 2025-07-30 12:24:09 +00:00
IR: don't confuse symbol names starting with 'r', with register names
Added start of buffer.p8 (experimental)
This commit is contained in:
@@ -3,6 +3,8 @@ TODO
|
||||
|
||||
See open issues on github.
|
||||
|
||||
IR: add SEC and CLC instructions in place of call to sys.set_carry() and sys.clear_carry(). (check more inline sub calls that should be a single instruction?)
|
||||
|
||||
optimize signed byte/word division by powers of 2 (and shift right?), it's now using divmod routine. (also % ?)
|
||||
see inplacemodificationByteVariableWithLiteralval() and inplacemodificationSomeWordWithLiteralval()
|
||||
and for IR: see divideByConst() in IRCodeGen
|
||||
|
Reference in New Issue
Block a user