News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

I really need another Heap directive.

Started by atomix, Sep 22, 2022, 11:15 AM

Previous topic - Next topic

atomix

Les, you can have one more request, I understand that I will be impudent, but it is very necessary.  ::)

It is necessary that the variables specified with the HeapBank directive be placed at the beginning of the memory bank.

QuoteDevice 18F46K22
Declare Xtal 64

Dim anyPtr[7] As Word Heap
Dim anyVar As String * 12

Dim arrTest[256] As Byte HeapBank      ' or HeapZero