HuDK icon indicating copy to clipboard operation
HuDK copied to clipboard

[fat32] move fat32.fat_buffer and fat32.data_buffer out of zero page

Open BlockoS opened this issue 5 years ago • 0 comments

Make them user defined labels instead. For example

fat32.fat_buffer = $3000
fat32.data_buffer = $3200

This also means that we should provide default values for them.

BlockoS avatar Jan 20 '21 12:01 BlockoS