The Hexeditor project
#9
I recall they were handy for .COM files back in 80's.

Code: (Select All)
s$ = "I recall they were handy for .COM files back in 80's." + Chr$(13) + Chr$(10)

While count < Len(s$)
    count = count + 1
    If Asc(s$, count) < 32 Then t$ = t$ + "." Else t$ = t$ + Mid$(s$, count, 1)
    Print Right$("    " + Str$(Asc(s$, count)), 4);
    If count Mod 8 = 0 And count > 0 Then Print " | "; t$: t$ = ""
Wend
If t$ <> "" Then Print Tab(33); " | "; t$

Oh maybe I am thinking of byte editors.
b = b + ...
Reply


Messages In This Thread
The Hexeditor project - by eoredson - 08-24-2022, 03:24 AM
RE: The Hexeditor project - by BDS107 - 08-29-2022, 03:03 PM
RE: The Hexeditor project - by SpriggsySpriggs - 08-29-2022, 03:28 PM
RE: The Hexeditor project - by aurel - 08-29-2022, 07:30 PM
RE: The Hexeditor project - by eoredson - 08-30-2022, 02:11 AM
RE: The Hexeditor project - by SpriggsySpriggs - 08-31-2022, 01:53 PM
RE: The Hexeditor project - by eoredson - 02-08-2023, 01:54 AM
RE: The Hexeditor project - by mnrvovrfc - 02-08-2023, 02:59 AM
RE: The Hexeditor project - by bplus - 02-08-2023, 02:40 PM
RE: The Hexeditor project - by eoredson - 04-18-2023, 02:26 AM
RE: The Hexeditor project - by mnrvovrfc - 04-21-2023, 03:38 PM
RE: The Hexeditor project - by eoredson - 04-23-2023, 09:08 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 12:02 AM
RE: The Hexeditor project - by eoredson - 04-24-2023, 12:33 AM
RE: The Hexeditor project - by BDS107 - 04-24-2023, 09:20 AM
RE: The Hexeditor project - by bplus - 04-24-2023, 02:05 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 10:37 PM
RE: The Hexeditor project - by bplus - 04-24-2023, 10:42 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 10:53 PM
RE: The Hexeditor project - by bplus - 04-24-2023, 11:02 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 11:08 PM
RE: The Hexeditor project - by eoredson - 04-25-2023, 12:51 AM
RE: The Hexeditor project - by bplus - 04-25-2023, 05:21 AM
RE: The Hexeditor project - by eoredson - 04-25-2023, 05:58 AM
RE: The Hexeditor project - by bplus - 04-25-2023, 03:48 PM
RE: The Hexeditor project - by eoredson - 04-26-2023, 02:46 AM
RE: The Hexeditor project - by bplus - 04-26-2023, 11:57 AM
RE: The Hexeditor project - by eoredson - 04-26-2023, 08:53 PM
RE: The Hexeditor project - by bplus - 04-26-2023, 09:50 PM
RE: The Hexeditor project - by eoredson - 04-26-2023, 10:09 PM
RE: The Hexeditor project - by bplus - 04-26-2023, 11:24 PM
RE: The Hexeditor project - by eoredson - 04-27-2023, 12:16 AM
RE: The Hexeditor project - by mnrvovrfc - 04-27-2023, 12:21 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 01:47 AM
RE: The Hexeditor project - by bplus - 04-27-2023, 12:35 AM
RE: The Hexeditor project - by mnrvovrfc - 04-27-2023, 01:36 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 02:04 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 05:03 AM
RE: The Hexeditor project - by eoredson - 08-28-2023, 04:03 AM
RE: The Hexeditor project - by Dav - 08-28-2023, 12:18 PM
RE: The Hexeditor project - by eoredson - 08-29-2023, 03:16 AM



Users browsing this thread: 4 Guest(s)