angelus9 / AI-Robotics

The vision of this group is to create a Forth based AI Computer where you can communicate with the system using an English conversational approach. We will add many high level Words for string manipulation, arrays, and other structures as we develop this computer. We will extend Forth to include AI words too. All of this will be built into FPGAs which are really parallel computers written in Behavioral System Verilog (the Assembler).
6 stars 1 forks source link

Arithmetic #4

Closed dicpeynado closed 1 year ago

dicpeynado commented 1 year ago

I got + and - working. One of the goals was also to be able to print negative numbers. This is the code that I presented in Forth2020 December 2022. It also contains a significant fix to the number queue system, resetting the pointers after the numbers have been used.