figForth Word - ROT
   Some parts of this page/site are currently incomplete & will be updated asap
   Other parts will change continually so use “Refresh” in your browser !!
   There is extensive use of “Tooltips” text to support learning which do
 not seem to render on a Smartphone
ROT nl n2 n3 — n2 n3 nl L0 Rotate the top three values on the stack, bringing the third to the top
NFA:    0069AF 83             DB   83H
        0069B0 524F           DB   "RO"
        0069B2 D4             DB   'T'+80H
LFA:    0069B3 A369           DW   GREAT-4
CFA:    0069B5 B769      ROT: DW   $+2
PFA:    0069B7 D1             POP  DE
        0069B8 E1             POP  HL
        0069B9 E3             EX   (SP),HL
        0069BA C3 E0 20       JP   WHPUSH