prog8/codeGenCpu6502
Irmen de Jong 0816a57032 never add rts to inline asmsubs and always inline them regardless of optimization setting
otherwise they can't specify a sequence of assembly instructions that should be inserted in-place, such as those that manipulate the cpu stack.
for instance cx16.irqsafe_set_irqd() / cx16.irqsafe_clear_irqd()
2023-07-30 14:52:37 +02:00
..
src/prog8/codegen/cpu6502 never add rts to inline asmsubs and always inline them regardless of optimization setting 2023-07-30 14:52:37 +02:00
test fixed lsb() to uword problem 2023-07-16 20:05:59 +02:00
build.gradle
codeGenCpu6502.iml