Will small to large snippets of SASM work within SX based BS2 Modules
Capt. Quirk
Posts: 872
I was wondering if I can use SASM code snipets anywhere within a BS2SX code, similar to for ltc 1298? code snipets
If so, will SASM work with all of Pbasic 2.5?
Post Edited (Capt. Quirk) : 3/8/2007 4:03:42 PM GMT
If so, will SASM work with all of Pbasic 2.5?
Post Edited (Capt. Quirk) : 3/8/2007 4:03:42 PM GMT
Comments
For something as extensive as PBasic in such a small processor with such limited resources, the interpreter is highly optimized and trying to support embedded assembly would be a nightmare. If you want to do something like that, consider using SX/B with the SX processors or Spin on the Propeller. They both allow combinations of assembly and a high level language.
Post Edited (Mike Green) : 3/8/2007 4:13:04 PM GMT