From: Kalus M. <mic...@on...> - 2010-09-18 13:30:39
|
Hi Pito. Looks like a kind of disassembler. So ff is subroutine threaded forth? amforth is token threaded code (TTC). Here we want an disforther. ;-) Thanks for the info. Michael Am 18.09.2010 um 10:08 schrieb pito: > Michael, > so I fired up ff and this is what I can see: > > ok<$,ram> > see see > 26ea eca0 f00c call ' > 26ee eccf f00c call cr > 26f2 df20 rcall (see) > 26f4 50ed > 26f6 10ee > 26f8 e1fc bnz 26f2 > 26fa 50ed > 26fc 50ed ... |