Create a new C-based architecture for the purpose of deprecating arch/bytecode as the default architecture.
Benefits:
- Better performance than bytecode(?)
- 32/64 bit cells
- Bigger dictionary is possible
- Would be the first arch with the MEMORY wordset implemented
- More extensible
Drawbacks:
- Depends on a C compiler (just like bytecode, but bytecode also depends on xxd)
Progress:
- Implement C "assembler" based on genasm.fth
- Implement primitives
- Implement I/O
- Make it the default arch
Create a new C-based architecture for the purpose of deprecating arch/bytecode as the default architecture.
**Benefits:**
1. Better performance than bytecode(?)
2. 32/64 bit cells
3. Bigger dictionary is possible
4. Would be the first arch with the MEMORY wordset implemented
5. More extensible
**Drawbacks:**
1. Depends on a C compiler (just like bytecode, but bytecode also depends on xxd)
**Progress:**
- [x] Implement C "assembler" based on genasm.fth
- [x] Implement primitives
- [x] Implement I/O
- [x] Make it the default arch