HuDK
HuDK copied to clipboard
[fat32] move fat32.fat_buffer and fat32.data_buffer out of zero page
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.