Hi all, I've completed the first SamForth disassembling. It includes all Forth word headers, the system variables and the data stack. It's not finished --it can not be reassembled yet, but it's interesting. I'll publish it on my website and return to my MasterBASIC projects for some days.
Well, the next step in the disassembling process will be to mark the RST arguments as data zones. I'll try to to automate the task as much as possible. I think the only RST routine that uses data arguments is RST 28, the floating point calculator (Technical Manual, pages 32 and 49). Am I right? Thank you. Marcos -- http://programandala.net
