mirror of
https://github.com/remko/waforth
synced 2025-01-14 08:01:34 +01:00
Implement VALUE natively
This commit is contained in:
parent
2446f28f91
commit
7202762f0f
1 changed files with 2 additions and 14 deletions
|
@ -1553,7 +1553,8 @@
|
||||||
;; 6.2.2405
|
;; 6.2.2405
|
||||||
(data (i32.const #x21874) "\u0064\u0018\u0002\u0000" "\u0005" "VALUE00" "\u004c\u0000\u0000\u0000") ;; !constantIndex
|
(data (i32.const #x21874) "\u0064\u0018\u0002\u0000" "\u0005" "VALUE00" "\u004c\u0000\u0000\u0000") ;; !constantIndex
|
||||||
|
|
||||||
|
;; 15.6.1.0220
|
||||||
|
;; : .S DSP@ S0 BEGIN 2DUP > WHILE DUP @ U. SPACE 4 + REPEAT 2DROP ;
|
||||||
|
|
||||||
;; High-level words
|
;; High-level words
|
||||||
(!prelude #<<EOF
|
(!prelude #<<EOF
|
||||||
|
@ -1566,19 +1567,6 @@
|
||||||
EMIT
|
EMIT
|
||||||
;
|
;
|
||||||
|
|
||||||
\ 15.6.1.0220
|
|
||||||
: .S
|
|
||||||
DSP@ S0
|
|
||||||
BEGIN
|
|
||||||
2DUP >
|
|
||||||
WHILE
|
|
||||||
DUP @ U.
|
|
||||||
SPACE
|
|
||||||
4 +
|
|
||||||
REPEAT
|
|
||||||
2DROP
|
|
||||||
;
|
|
||||||
|
|
||||||
\ 6.2.0210
|
\ 6.2.0210
|
||||||
: .R
|
: .R
|
||||||
SWAP
|
SWAP
|
||||||
|
|
Loading…
Reference in a new issue