Data update

This commit is contained in:
Ingy döt Net 2025-06-11 20:16:52 -04:00
parent 72eb4943cb
commit 4d5544505c
2347 changed files with 62432 additions and 16731 deletions

View file

@ -1 +1 @@
"J̲o̲s̲é̲".bytesize
"J̲o̲s̲é̲".bytesize #=> 13

View file

@ -1 +1 @@
"J̲o̲s̲é̲".chars.length
"J̲o̲s̲é̲".size #=> 8

View file

@ -0,0 +1 @@
"J̲o̲s̲é̲".grapheme_size #=> 4

View file

@ -0,0 +1,31 @@
%DBG { [ LIT2 01 -System/debug ] DEO }
|0e @System/debug
|100
@on-reset ( -> )
;my-string slen-bytes ( 0007 )
;my-string slen-chars ( 0005 )
DBG
BRK
@next-glyph ( addr* -- addr* )
INC2 LDAk #06 SFT #02 EQU ?next-glyph
JMP2r
@slen-chars ( str* -- len* )
LIT2r 0000
&>loop ( -- )
INC2r next-glyph LDAk ?&>loop
POP2 STH2r
JMP2r
@slen-bytes ( str* -- len* )
STH2k
&>loop
INC2 LDAk ?&>loop
STH2r SUB2
JMP2r
@my-string "møøse $1