Skip to content

qb40/file-bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read the bytes of a file one-by-one in DOS.

It is very similar to that of a hex editor, except that this is way more user-unfriendly than a standard hex-editor. The bytes can be seen in character, decimal, hex, and binary format.



Enter Filename whose bytes are to be seen / written down.


Press Enter to view next byte (repeat).


Un-displayable characters as shown as ....

qb40