Modernized format-js

This commit is contained in:
Devine Lu Linvega 2024-02-14 20:23:44 -08:00
parent f541b11aa7
commit 6303e2cb9a
1 changed files with 44 additions and 55 deletions

View File

@ -7,76 +7,65 @@
@src $40
|0100 ( -> )
|0100
@on-reset ( -> )
;on-console .Console/vector DEO2
BRK
@on-console ( -> )
;src STH2
( read input )
.Console/read DEI
DUP #20 LTH OVR #7f GTH ORA ,&end JCN
STH2kr ,slen JSR #003f GTH2 ,&end JCN
STH2kr ,scap JSR STA POP2r BRK
&end
POP
STH2r .File/name DEO2
( | read input )
.Console/read DEI DUP #20 LTH OVR #7f GTH ORA ?&end
STH2kr slen #003f GTH2 ?&end
STH2kr scap/ STA
POP2r BRK
&end ( c -- )
POP STH2r .File/name DEO2
#0001 .File/length DEO2
;header-txt ;print-str JSR2
;header-txt <pstr>
LIT2r 0000
&stream
&stream ( -- )
#00 ,&buf STR
;&buf
DUP2 .File/read DEO2
LIT "0 #18 DEO LIT "x #18 DEO
LDA ,print/byte JSR LIT ", #18 DEO #2018 DEO
;&buf DUP2 .File/read DEO2
LIT "0 #18 DEO
LIT "x #18 DEO
LDA <phex>/byte
LIT ", #18 DEO
#2018 DEO
INC2r
( linebreak )
STH2kr #0007 AND2 ORA ,&no-lb JCN
#0a18 DEO #0918 DEO
&no-lb
.File/success DEI2 ORA ,&stream JCN
POP2r
;footer-txt ;print-str JSR2
( linebreak ) STH2kr #0007 AND2 ORA ?{
#0a18 DEO
#0918 DEO }
.File/success DEI2 ORA ?&stream
POP2r ;footer-txt <pstr>
#0a18 DEO
#010f DEO
BRK
&buf $1
BRK &buf $1
@slen ( str* -- len* )
DUP2 ,scap JSR SWP2 SUB2
JMP2r
DUP2 scap/ SWP2 SUB2 JMP2r
@scap ( str* -- end* )
LDAk #00 NEQ JMP JMP2r
&while
INC2 LDAk ,&while JCN
INC2 & LDAk ?scap
JMP2r
@print ( short* -- )
SWP ,&byte JSR
&byte ( byte -- ) DUP #04 SFT ,&char JSR
&char ( char -- ) #0f AND DUP #09 GTH #27 MUL ADD #30 ADD #18 DEO
@<phex> ( short* -- )
SWP <phex>/byte
&byte ( byte -- )
DUP #04 SFT <phex>/char
&char ( char -- )
#0f AND DUP #09 GTH #27 MUL ADD #30 ADD #18 DEO
JMP2r
@print-str ( str* -- )
@<pstr> ( str* -- )
LDAk DUP ?{ POP2 JMP2r }
#18 DEO
INC2 !<pstr>
&while
LDAk #18 DEO
INC2 LDAk ,&while JCN
POP2
@header-txt
"const 20 "assembler 20 "= 20 "new 20 "Uint8Array([ 0a 09 00
JMP2r
@footer-txt
"0x00]) 00
@header-txt "const 20 "assembler 20 "= 20 "new 20 "Uint8Array([ 0a 09 00
@footer-txt "0x00]) 00