Currently, when opcode 002000 is entered, the display
shows VL as still being 0, with XA as 1, however when
023101 is entered, A1 displays a content of 1, rather
than 0, making me believe that this is a bug only in the
frontend.
This appears to has spread to the rest of CCore, and is
currently the main bug holding back a new release. Currently,
the only working solution is to have only one variable per
printf, which I seriously do NOT want to do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=286212
This appears to has spread to the rest of CCore, and is
currently the main bug holding back a new release. Currently,
the only working solution is to have only one variable per
printf, which I seriously do NOT want to do.
Logged In: YES
user_id=286212
Fixed with a HORRIBLE nasty annoying kludge