schtrudl
Results
1
issues of
schtrudl
Consider ```asm LDCH =4 ``` that gets assembled to: ```asm LDCH f f WORD 4 ``` but that doesn't as MSB is 0. The solution is to either emit `BYTE`:...