Patrick_Tanghe Posted May 18, 2005 Report Posted May 18, 2005 I need a 4-byte size storage for writing and reading data myself. Where can I address this space within the 2560 byte starting at offset 5600 hex ?
Pete Dowson Posted May 18, 2005 Report Posted May 18, 2005 I need a 4-byte size storage for writing and reading data myself.Where can I address this space within the 2560 byte starting at offset 5600 hex ? Actually, all those are now allocated. Sorry, I'll be updating the Programmer's document to show this. The areas available for allocation are now x6D20 (3424 bytes) and x8300 (11520 bytes -- but I would want to keep most of those for use with new facilities in future FS versions). If you only need to use bytes for your own private purpose, not for something which will be released to others, there won't be any problems using the free area at 66C0 (64 bytes). You only need specific allocations where clashes with other released programs might otherwise occur. Regards, Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now