optimized mkword(0, X)

This commit is contained in:
Irmen de Jong
2022-08-11 22:51:09 +02:00
parent 4d2b21816d
commit 4d840c7db8
3 changed files with 16 additions and 10 deletions

View File

@@ -4,8 +4,6 @@ TODO
For next release
^^^^^^^^^^^^^^^^
- crc ^= mkword(@(data), 0) produces faulty asm, as opposed to crc ^= mkword(variable, 0)
- optimize asm generated for mkword(0, X) and mkword(X, 0)
- check signed value >> and << .... do we calculate the right thing?
...