prog8/compiler
Irmen de Jong 905921a684 IR: new (sys)call instructions that encapsulate the full subroutine call
to fix the bugs resulting from nesting subroutine calls (as param to another call etc)
2023-05-14 15:20:25 +02:00
..
res IR: new (sys)call instructions that encapsulate the full subroutine call 2023-05-14 15:20:25 +02:00
src/prog8 fix %option merge possible error 2023-04-29 00:01:59 +02:00
test IR now converts IRInlineAsmChunk (of type IR) into regular code chunks directly. 2023-05-09 21:04:31 +02:00
build.gradle
compiler.iml