What is this?Code:If RF[0]+RF[1]<>&HFF Then init If RF[2]+RF[3]<>&HFF Then init
I don't see any reference to &H to represent hexadecimal in the PBP manual...Assembler yes, PBP no...
Code:If ( RF[ 0 ] + RF[ 1 ] ) <> $FF Then init If ( RF[ 2 ] + RF[ 3 ] ) <> $FF Then init





Bookmarks