hedu line wrap wrong #59

Closed
opened 2024-01-17 19:05:28 +01:00 by PlexSheep · 0 comments
Owner
% target/release/hedu data/256B-zero-with-trash.img -i
DATA IDX │ DATA AS HEX
───────────────────────────────────────────────────────────
00000020 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000040 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000060 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000080 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
000000A0 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
000000C0 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
000000E0 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000100 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000120 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000140 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000160 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000180 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
000001A0 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
000001C0 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
000001E0 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000200 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00000210 │ 66 73 66 64 73 61 66 0A                          
% target/release/hedu data/256B-zero-with-trash.img   
DATA IDX │ DATA AS HEX
───────────────────────────────────────────────────────────
00000020 │ 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
^^^^^^^^ │ (repeats 22 lines)
00000300 │ 00 00 00 00 00 00 00 00                          
``` % target/release/hedu data/256B-zero-with-trash.img -i DATA IDX │ DATA AS HEX ─────────────────────────────────────────────────────────── 00000020 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000040 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000060 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000080 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000000A0 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000000C0 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000000E0 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000100 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000120 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000140 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000160 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000180 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000001A0 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000001C0 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000001E0 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000200 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000210 │ 66 73 66 64 73 61 66 0A ``` ``` % target/release/hedu data/256B-zero-with-trash.img DATA IDX │ DATA AS HEX ─────────────────────────────────────────────────────────── 00000020 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ^^^^^^^^ │ (repeats 22 lines) 00000300 │ 00 00 00 00 00 00 00 00 ```
PlexSheep added this to the (deleted) project 2024-01-17 19:05:32 +01:00
PlexSheep referenced this issue from a commit 2024-01-17 19:37:03 +01:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/pt#59
No description provided.