chip8emu icon indicating copy to clipboard operation
chip8emu copied to clipboard

In the display program state, fix the width of all values so that the screen doesnt flicker when length differs

Open LakshyAAAgrawal opened this issue 4 years ago • 0 comments

The register values being printed do not have a fixed length and therefore cause unnecessary flicker. It could be solved by printing all values in fixed length(by padding with zeros).

LakshyAAAgrawal avatar Oct 13 '20 16:10 LakshyAAAgrawal