We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bc60f commit 2cb2e09Copy full SHA for 2cb2e09
SRC.DTC/HOW TO USE SEMI-CODE.FTH
@@ -4,13 +4,13 @@
4
\ In Indirect threaded Forth the W register holds the DATA field address.
5
6
\ In CAMEL99 DTC Forth the "W" register that holds the CFA of a word is R5.
7
-\ The CFA of a DTC Forth word contain a branch & link instruction to an address.
+\ The CFA of a DTC Forth word contains a branch & link instruction to an address.
8
\ We COULD increment R5 register by 4 to get to the DATA field but
9
\ since we use a BL instruction to enter Forth DTC words we get the
10
\ DATA field for free in R11. Neat trick.
11
12
\ So TMS9900 BL and R11 makes it just a easy as ITC to use ;CODE in DTC Forth
13
-\ by using R11.
+\ by getting the data field from R11.
14
15
\ DEMONSTRATION
16
\ load the DTC Assembler. This will also give us ;CODE
0 commit comments