update todo

master
Avril 4 years ago
parent ad103db1a3
commit 0e3d2f7e3b
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -86,7 +86,7 @@ namespace hv {
for(;i<memory.size();i++) {
if (i && i % ROW_SZ == 0) { //TODO: Change to i +=16 so we don't have to branch here on every byte. Make sure to not overrun buffer tho
print_exact(r_ascii);
fmt::print("\n0x{:016x} ", i+offset);
fmt::print("\n0x{:016x} ", i+offset); //TODO: Implement this manually then write the buffer with `print_exact`
}
unsigned char idx = memory[i];
hex02(idx, hxbuf);

Loading…
Cancel
Save