Alex Williams

Results 4 issues of Alex Williams

Hi @theandrew168 , Would it be possible to add support for writing basic macros in the assembly programs? I wanted to see how `derzforth` would change in size if I...

As [discussed previously](https://github.com/theandrew168/derzforth/pull/13), variables `STATE, HERE, LATEST, TIB` should be stored at memory addresses, not in registers. Below are a few ideas which could help you: 1. Store each variable...

Hello, I copied the [crc module](https://docs.rs/gd32vf103-hal/0.0.5/gd32vf103_hal/crc/index.html) from the [gd32vf103-hal crate](https://crates.io/crates/gd32vf103-hal) and made some minor tweaks to make it work with this crate. So far it's working well for me, let...

When processing characters, a newline is replaced by a space regardless of `compile/execute` mode, and then `process_token` is entered. When the character `0x0` is found, the token size is set...

enhancement