Hi Even, It is still not clear for me what you need. Running assembly code in a asm simulator?
About GPRAM (I assume you mean the data area), I see in the device file of one of the Q43 version this pragma: pragma data 0x500-0x14FF So it that does indeed not seem to be the first bank. Kind regards, Rob ________________________________ Van: 'Evan Venn' via jallib <[email protected]> Verzonden: vrijdag 10 juli 2020 12:47 Aan: jallib <[email protected]> Onderwerp: [jallib] Re: [jallib/jallib] fed3da: Added device and sample files for 18f26q43, 18f46q... Thanks Rob, I need to be clearer. I am looking to walk the ASM in a simulator. There is no need to be about to program as I have PICKitPlus and that can now program the Q43. I want to walk to the ASM in a simulator to see the memory differencesThat `Q43 devices have a very different memory layout. As these hav SFRs/access RAM in the first few banks. If I use BANKSEL on a bank where there is no GPRAM I get MPASM warming/errors. So general-purpose RAM doesn't start until bank 5. in the Q43s and the need for BANKSEL etc. This is what I am trying to understand. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/eb0bcc38-50c5-4d17-ba77-ba416a9da790o%40googlegroups.com<https://groups.google.com/d/msgid/jallib/eb0bcc38-50c5-4d17-ba77-ba416a9da790o%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/AM0PR07MB62419BA421EDE10450D4B1D9E6620%40AM0PR07MB6241.eurprd07.prod.outlook.com.
