prog8/compiler
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
..
res tiny optimization 2023-07-29 17:04:41 +02:00
src/prog8 never add rts to inline asmsubs and always inline them regardless of optimization setting 2023-07-30 14:52:37 +02:00
test fixed assigning byte to word not clearing msb sometimes 2023-07-16 23:16:32 +02:00
build.gradle upgrade libraries 2023-07-06 23:33:58 +02:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00