mirror of
https://github.com/mgcaret/of816.git
synced 2024-12-27 19:29:58 +00:00
67 lines
1.3 KiB
YAML
67 lines
1.3 KiB
YAML
- name: 7.3.1 Stack functions
|
|
load:
|
|
- tester.fs
|
|
- 7.3.1.fs
|
|
- name: 7.3.2.1 Arithmetic - Single-precision integer arithmetic
|
|
load:
|
|
- tester.fs
|
|
- test-utils.fs
|
|
- 7.3.2.1.fs
|
|
- name: 7.3.2.2 Arithmetic - Bitwise logical operators
|
|
load:
|
|
- tester.fs
|
|
- test-utils.fs
|
|
- 7.3.2.2.fs
|
|
- name: 7.3.2.3 Arithmetic - Double number arithmetic
|
|
load:
|
|
- tester.fs
|
|
- test-utils.fs
|
|
- 7.3.2.3.fs
|
|
- name: 7.3.2.4 Arithmetic - Data type conversion
|
|
load:
|
|
- tester.fs
|
|
- 7.3.2.4.fs
|
|
- name: 7.3.2.5 Arithmetic - Address arithmetic
|
|
load:
|
|
- tester.fs
|
|
- 7.3.2.5.fs
|
|
- name: 7.3.3 Memory control
|
|
load:
|
|
- tester.fs
|
|
- test-utils.fs
|
|
- 7.3.3.fs
|
|
- name: 7.3.4 Text input and output
|
|
load:
|
|
- tester.fs
|
|
- 7.3.4.fs
|
|
- name: 7.3.5 Numeric input and output
|
|
load:
|
|
- tester.fs
|
|
- 7.3.5.fs
|
|
- name: 7.3.6 Comparison operators
|
|
load:
|
|
- tester.fs
|
|
- test-utils.fs
|
|
- 7.3.6.fs
|
|
- name: 7.3.7 Flag constants
|
|
load:
|
|
- tester.fs
|
|
- 7.3.7.fs
|
|
- name: 7.3.8 Control-flow commands
|
|
load:
|
|
- tester.fs
|
|
- test-utils.fs
|
|
- 7.3.8.fs
|
|
- name: 7.3.8-i Control-flow commands in interpretation state
|
|
load:
|
|
- tester.fs
|
|
- test-utils.fs
|
|
- 7.3.8-i.fs
|
|
- name: 7.3.9 Forth dictionary
|
|
load:
|
|
- tester.fs
|
|
- 7.3.9.fs
|
|
- name: OF816 Words
|
|
load:
|
|
- tester.fs
|
|
- of816-words.fs |