3 hours ago, Stefan said:
You got it! And was able to describe it more clearly than me I think.
Actually the 1541 disk format was my initial inspiration.
That is SO COOL. So do you have a BAM? Or maybe just a “free list”?
3 hours ago, Stefan said:
You got it! And was able to describe it more clearly than me I think.
Actually the 1541 disk format was my initial inspiration.
29 minutes ago, rje said:
That is SO COOL. So do you have a BAM? Or maybe just a “free list”?
32 minutes ago, VincentF said:
This is awesome. If you want you can use the code I published here to implement a syntax highlighter in your editor ?
I don't mean to just copy paste everything as is but at least take a look at the parser and even copy whatever you need. ^^
On 8/23/2020 at 10:21 PM, Stefan said:
.. Every memory page used by the program contains the following fields:
Offset Content
00 01 Previous memory page / AddressH
02 Next memory page / Bank number
03 Next memory page / AddressH
04 Length of text stored in this memory page (0-251)
05-ff Text data (max 251 bytes)