diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-05 07:22:22 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-05 07:22:22 -0500 |
commit | 8e7cb05cfb2903e3c6a3e0bf713282cf50563590 (patch) | |
tree | 4f4b491c001d94b6c39e3bf92031772e1f9a6a76 | |
parent | a7b3cc1604241a23b706e2a7e6ad95441123e168 (diff) | |
parent | 8f30a7380761c0498e0db3373e67ab6c6449aae1 (diff) |
Merge branch 'master' of ssh://code.bitgloo.com:222/bitgloo/alee-forth
-rw-r--r-- | forth/hal.fth | 16 |
1 files changed, 0 insertions, 16 deletions
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 |