Created
April 4, 2024 19:40
-
-
Save gnacu/6de6037f68f5ae7fb6dc3b2c36caadef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;Path.lib | |
| setname jmp 3 | |
| pathadd jmp 6 | |
| gopath jmp 18 | |
| iextern | |
| #inc_h "memory" | |
| pgalloc #syscall lmem,pgalloc_ | |
| #inc_h "screen" | |
| layerpush #syscall lscr,layerpush_ | |
| loadclr #syscall lscr,loadclr_ | |
| loadicns #syscall lscr,loadicns_ | |
| #inc_h "service" | |
| getsfref #syscall lser,getsfref_ | |
| loadreloc #syscall lser,loadreloc_ | |
| loadlib #syscall lser,loadlib_ | |
| #inc_h "toolkit" | |
| classptr #syscall ltkt,classptr_ | |
| tknew #syscall ltkt,tknew_ | |
| appendto #syscall ltkt,appendto_ | |
| .byte $ff ;Terminator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment