Editor nit-picking
vaclav_sal
Posts: 451
I'll admit it -·this is no real issue but...
If I code
DEBUG BIN ? OUTS
why does the printout delte leading zeroes?
Happy coding
Vaclav
If I code
DEBUG BIN ? OUTS
why does the printout delte leading zeroes?
Happy coding
Vaclav
Comments
The Editor defaults so that it will truncate leading zeros with all number descriptors.
you can force it to be FIXed instead by placing a valid number after the descriptor.
Try this for your code instead...
DEBUG BIN16 ? OUTS
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.