6502js icon indicating copy to clipboard operation
6502js copied to clipboard

Use toString(16) for num2hex and addr2hex instead of own implementation

Open circl-lastname opened this issue 4 years ago • 2 comments

These two functions function the same way, but now they use toString(16), which is hopefully faster.

circl-lastname avatar Apr 05 '21 12:04 circl-lastname

also u might want to use padStart(2, '0') instead of own implemntation

marcthird128 avatar May 09 '25 14:05 marcthird128

I didn't know about it yet when I wrote this 4 years ago. I probably won't fix that unless the maintainer has interest in merging this patch though, I wanna see how old it can get

circl-lastname avatar May 09 '25 14:05 circl-lastname