Try clearing carry flag, that always helps. Also don't need verilog image anymore

This commit is contained in:
Byron Lathi
2023-12-07 23:29:18 -08:00
parent 6f16ac4daf
commit 15e9b44318
2 changed files with 1 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ L1: lda root_cluster_offs,x
; Add fat size to starting fat sector to get data start sector
cli
lda _fat_size
adc _fat_start_sector
sta _data_start_sector

View File

@@ -35,6 +35,4 @@ udisksctl unmount -b $LOOP
udisksctl loop-delete -b $LOOP
echo "$(tput bold setaf 11)Converting Image to Verilog$(tput sgr 0)"
objcopy --input-target=binary --output-target=verilog --verilog-data-width=1 $FILE $FILE.hex
echo "$(tput bold setaf 10)Done!$(tput sgr 0)"