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 @@
{1}% Some example code
{0}
{1}% Set the address of the program initially to 0x100.
{0} {5}LOC{7} {14}#100{1}
{0}
{2}Main{4} {5}GETA{7} {13}$255{15},{10}string{1}
{0}
{5}TRAP{7} {9}0{15},{16}Fputs{15},{16}StdOut{1}
{0}
{5}TRAP{7} {9}0{15},{10}Halt{15},{9}0{1}
{0}
{2}string{4} {5}BYTE{7} {12}"Hello, world!"{15},{14}#a{15},{9}0{1}