Hi Gerry, Welcome to the forum!
Re SuperForth F83, my bad...

I soon realised I looked at it a very long time ago (1995, acquired from DP collection). Unfortunately of all the programs in the DP set, it was the only one that didn't include the user manual! I got the gist of it from your FORTH79 (very kindly donated to Quanta library).
When I looked at it during a code trace it appeared to be writing to its own job code area. At the time (1994), having recently cracked a few MDV-only version programs to run from FLP (crafty protection), for my own use, I thought it was doing something similar. But since it worked from FLP_ etc. OK, I didn't pursue it further - just vaguely recall doing it.
Nevertheless I have, in the last few days, had another look and realise it is as you say. It is the system/USER variables, PAD and TIB that are held within job code which are overwritten. Ive done a complete disassembly back to assembly source (before I saw your message). As you say it sets up job registers in about 20 instructions and then simply launches with COLD - very neat.
I have a QL system with 3.5/5.25 (360K/720K) disks, if you need any QL/PC disks read.
-----
Edit: Additional comment, 2 Feb 2016
Within the 15712 bytes binary file which constitutes the job code area:
25% is actual 68000 source code (executable)
58% FORTH code words (nonsense as 68000)
17% internally overwritten (data and return stacks, etc)