From 8f30a7380761c0498e0db3373e67ab6c6449aae1 Mon Sep 17 00:00:00 2001 From: Clyne Date: Fri, 3 Nov 2023 10:18:53 -0400 Subject: [PATCH] Delete 'forth/hal.fth' --- forth/hal.fth | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 forth/hal.fth diff --git a/forth/hal.fth b/forth/hal.fth deleted file mode 100644 index 99835ca..0000000 --- a/forth/hal.fth +++ /dev/null @@ -1,16 +0,0 @@ -1 constant bit0 -2 constant bit1 -4 constant bit2 -8 constant bit3 -16 constant bit4 -32 constant bit5 -64 constant bit6 -128 constant bit7 - -1 constant port1 -2 constant port2 -3 constant port3 -4 constant port4 -5 constant port5 - -: pindef