You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
The mosw65ce02 CPU type was renamed to mos65ce02.
New targets
mos-dodo: The Dodo 6502 portable game system. Thanks @atn34 !
New features
The assembler and disassembler now support 65CE02 opcodes. This includes the remaining 65C02 opcodes as well. Thanks @mlund !
Bug fixes
Fixed issue with tail duplication in -O3 where increment and decrement operations could lose their tied operands, leading to incorrect code generation.
llvm-mos/llvm-mos#200: Fixed error that occured whenever an integer constant >32767 was used with the i inline assembly predicate.