after runing gdasm on code i sumtimes get the wrong rgister with the access bank:
ie i get the folloing line:
0059ba: 8404 bsf 0x04, 0x2, A ; reg: 0x104
when is should be:
0059ba: 8404 bsf 0x04, 0x2, A ; reg: 0x004
command line:
gpdasm -p18f87k90 -n -o prog.hex -k prog.ulist
version:
gpdasm-1.5.2 #1325 (Feb 18 2024)
Anonymous