mirror of
https://github.com/mgcaret/of816.git
synced 2024-12-28 10:30:21 +00:00
104 lines
2.0 KiB
YAML
104 lines
2.0 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: 7.5.1 Automatic stack display
|
|
load:
|
|
- tester.fs
|
|
- 7.5.1.fs
|
|
- name: 7.5.3 Dictionary
|
|
load:
|
|
- tester.fs
|
|
- 7.5.3.fs
|
|
- name: 5.3.2 Forth FCode Functions
|
|
load:
|
|
- tester.fs
|
|
- 5.3.2.fs
|
|
- name: 5.3.3 FCode implementation functions
|
|
load:
|
|
- tester.fs
|
|
- 5.3.3.fs
|
|
- name: 5.3.4.3 Get local arguments
|
|
load:
|
|
- tester.fs
|
|
- 5.3.4.3.fs
|
|
- name: 5.3.7.1 Peek/poke
|
|
load:
|
|
- tester.fs
|
|
- 5.3.7.1.fs
|
|
- name: 5.3.7.2 Device-register access
|
|
load:
|
|
- tester.fs
|
|
- 5.3.7.2.fs
|
|
- name: 5.3.7.4 System-information
|
|
load:
|
|
- tester.fs
|
|
- 5.3.7.4.fs
|
|
- name: 5.3.7.6 Start and end
|
|
load:
|
|
- tester.fs
|
|
- 5.3.7.6.fs
|
|
|
|
- name: OF816 Words
|
|
load:
|
|
- tester.fs
|
|
- of816-words.fs |