matherp Guru
 Joined: 11/12/2012 Location: United KingdomPosts: 11175 |
| Posted: 07:16am 21 Oct 2023 |
|
|
|
Just revisiting the library issue briefly
Remember, 1: If you convert to FLASH DISK LOAD then there won't be an issue with xmodem as the "code" isn't ever executed. 2: FLASH DISK LOAD can be called in a program unlike LIBRARY DISK LOAD 3: If you load the data to flash slot 4 the addresses will be the same as the library you just need to note the various CSUB start addresses (however they will be version specific PicoMiteVGA/PicoMite) 4: If you load to a slot other than 4 then you can also have a library available for even more code and or data 5: Likewise you can FLASH DISK LOAD different data to multiple flash slots so even more data available 6. Use mm.info(FLASH ADDRESS N) to get the address of the start of any flash slot |