chore: bump scintilla and lexilla version

This commit is contained in:
2025-10-12 13:51:32 +08:00
parent 9fb3681e3a
commit db20417ce7
1093 changed files with 138943 additions and 128144 deletions

View File

@ -0,0 +1,12 @@
% Some example code
% Set the address of the program initially to 0x100.
LOC #100
Main GETA $255,string
TRAP 0,Fputs,StdOut
TRAP 0,Halt,0
string BYTE "Hello, world!",#a,0