summaryrefslogtreecommitdiff
path: root/jefs.fs
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-03-07 17:35:02 +1100
committerkitty <nepeta@canaglie.net>2026-03-07 17:35:02 +1100
commitee64f10b64c6efc20fe9f2e457f2e872ca56ca52 (patch)
tree17e8bd139e4d1c606ddb27e2ec58d96c376fb94e /jefs.fs
parent1fe30216ca6fbee0595a5419a979c8b06ea56a28 (diff)
readme changes
Diffstat (limited to 'jefs.fs')
-rw-r--r--jefs.fs4
1 files changed, 0 insertions, 4 deletions
diff --git a/jefs.fs b/jefs.fs
index fba5461..6b631a2 100644
--- a/jefs.fs
+++ b/jefs.fs
@@ -147,7 +147,6 @@ decimal
: ?comp state @ 0<> if 3 error ! handler execute then ;
: ?intr state @ if 4 error ! handler execute then ;
-
hex
: >word ffff and ;
: >byte ff and ;
@@ -382,8 +381,6 @@ termios TCGETS stdin ioctl ( noname ) swap execute value tty
\ DUMP {{{
\ it's designed to look like xxd. i like xxd's hex dumps.
hex
-\ blorken
-\ is my if broken or is this?
: dump-colour ( c -- n ) dup 0= if white else
dup 0a = if yellow else
dup 20 < if red else
@@ -391,7 +388,6 @@ hex
dup ff < if red else blue
then then then then then nip ;
-\ also blorken
: dump-char ( c -- c' ) dup 20 < if drop [ char . ] literal else
dup 7e >= if drop [ char . ] literal then then ;
decimal