From: Mike H. <mik...@aa...> - 2021-01-20 23:12:44
|
Hi again all, and happy New Year! Just a bit of an update. You may have noticed I haven't implemented EXECUTE. I made provision for it but never got it done. I'm working on that now. The idea is that all words that can be EXECUTEd have a "glue routine" which is called with all parms and results on the stack, and sorts our the registers and calls the main routine. This already works well, so implementing EXECUTE mainly involves calling the right glue routine. Hopefully I'll have this done in the next week or two. Cheers, Mike. ------------------------------------------------------ Mike Hore mik...@aa... ------------------------------------------------------ > On 11 Jan 2021, at 3:43 pm, Mike Hore <mik...@aa...> wrote: > > Hi all, > > https://sourceforge.net/projects/powermops/files/aMops-CG/aMops-13.zip/download <https://sourceforge.net/projects/powermops/files/aMops-CG/aMops-13.zip/download> > > With this version, I think the code generator is basically COMPLETE!! All the primitive integer and FP operations are implemented, and all primitives are now defined in the new dictionary. > The next steps will be to begin implementing the class/object mechanism, and to begin the process of getting the code generator to compile itself. > > See the Releast Notes for the details. > > > Cheers, Mike. > > > ------------------------------------------------------ > Mike Hore mik...@aa... <mailto:mik...@aa...> > ------------------------------------------------------ > > _______________________________________________ > PowerMops-USERS mailing list > Pow...@li... > https://lists.sourceforge.net/lists/listinfo/powermops-users |