[Coco] Basic09 <==> 6809 interface.

L. Curtis Boyle curtisboyle at sasktel.net
Sat Aug 26 19:31:07 EDT 2023


Forgot to mention - if you want to pass an array (like a BYTE array), just use the array name to pass a ptr to the whole array.
Example:
DIM mydata(100):BYTE
RUN MyMLRoutine(mydata)

This will pass the ptr to all 100 elements of mydata to the MyMLRoutine ML program.


> On Aug 26, 2023, at 3:43 PM, coco--- via Coco <coco at maltedmedia.com> wrote:
> 
> All
> 
> Has anyone written a program that allows some shared memory buffer between a
> Basic09 program and an OS9 assembler program, so that some variables can be shared
> without having to save them to files in one language and read/write reply in the
> Other ?
> 
> Charlie
> 
> -- 
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco
> 



More information about the Coco mailing list