Home
Random
Watchlist
Settings
Log in
About CPCWiki - THE Amstrad CPC encyclopedia!
Disclaimers
Open main menu
Changes
A little optimization for Z80 Assembler
110 bytes added
,
10:32, 20 December 2021
* CP 0 -> OR A
* LD A,0 -> XOR A
* CALL nn : RET -> JP NN
* BIT 0,A : JR NZ,n -> RRA : JR C,n
See also:
http://www.ticalc.org/archives/files/fileinfo/285/28502.html
https://github.com/santiontanon/mdlz80optimizer
[[Category:Assembler]]
← Older edit
SagaDS
1
edit