logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dis51 — disassembler for 8051 code in Intel Hex format

Description

       Disassembles Intel 8051 program given on the standard input stream in Intel Hex format.

       If  no entry-points are given, disassembly starts from entry-point 0.  The union of all reachable code is
       disassembled, in order.

       -l prefixes each line of the disassembly with the hex address and bytes it corresponds to.

Debian                                          November 16, 2024                                       DIS51(1)

Name

       dis51 — disassembler for 8051 code in Intel Hex format

Synopsis

dis51 [-l] [entry-point]… <program.ihx

See Also