2019-12-29 22:53:44 +00:00
|
|
|
- name: 7.3.1 Stack functions
|
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- 7.3.1.fs
|
2020-01-06 01:24:11 +00:00
|
|
|
- name: 7.3.2.1 Arithmetic - Single-precision integer arithmetic
|
2019-12-29 22:53:44 +00:00
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- test-utils.fs
|
|
|
|
- 7.3.2.1.fs
|
2020-01-06 01:24:11 +00:00
|
|
|
- name: 7.3.2.2 Arithmetic - Bitwise logical operators
|
2019-12-29 22:53:44 +00:00
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- test-utils.fs
|
|
|
|
- 7.3.2.2.fs
|
2020-01-06 01:24:11 +00:00
|
|
|
- name: 7.3.2.3 Arithmetic - Double number arithmetic
|
2019-12-29 22:53:44 +00:00
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- test-utils.fs
|
|
|
|
- 7.3.2.3.fs
|
2020-01-06 01:24:11 +00:00
|
|
|
- name: 7.3.2.4 Arithmetic - Data type conversion
|
2019-12-29 22:53:44 +00:00
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- 7.3.2.4.fs
|
2020-01-06 01:24:11 +00:00
|
|
|
- name: 7.3.2.5 Arithmetic - Address arithmetic
|
2019-12-29 22:53:44 +00:00
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- 7.3.2.5.fs
|
2020-01-02 07:20:53 +00:00
|
|
|
- name: 7.3.3 Memory control
|
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- test-utils.fs
|
|
|
|
- 7.3.3.fs
|
2020-01-07 02:52:18 +00:00
|
|
|
- name: 7.3.4 Text input and output
|
2020-01-02 07:20:53 +00:00
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- 7.3.4.fs
|
2020-01-07 02:52:18 +00:00
|
|
|
- name: 7.3.5 Numeric input and output
|
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- 7.3.5.fs
|
2019-12-29 22:53:44 +00:00
|
|
|
- name: 7.3.6 Comparison operators
|
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- test-utils.fs
|
2020-01-05 23:38:56 +00:00
|
|
|
- 7.3.6.fs
|
|
|
|
- name: 7.3.7 Flag constants
|
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- 7.3.7.fs
|
2020-01-06 01:24:11 +00:00
|
|
|
- name: 7.3.8 Control-flow commands
|
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- test-utils.fs
|
|
|
|
- 7.3.8.fs
|
2020-01-08 02:19:00 +00:00
|
|
|
- name: 7.3.8-i Control-flow commands in interpretation state
|
2020-01-06 16:20:21 +00:00
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- test-utils.fs
|
2020-01-06 18:02:54 +00:00
|
|
|
- 7.3.8-i.fs
|
|
|
|
- name: 7.3.9 Forth dictionary
|
|
|
|
load:
|
|
|
|
- tester.fs
|
2020-01-07 02:52:18 +00:00
|
|
|
- 7.3.9.fs
|
|
|
|
- name: OF816 Words
|
|
|
|
load:
|
|
|
|
- tester.fs
|
|
|
|
- of816-words.fs
|