Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 585589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:01:07+00:00 2026-05-13T15:01:07+00:00

I’m now thinking to develop a disassembler, but as I know that it’s very

  • 0

I’m now thinking to develop a disassembler, but as I know that it’s very hard to build a disassembler I want to know the best/easiest language to turn my dream into a reality, also, a tutorial suggestion is very nice too 😉

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:01:07+00:00Added an answer on May 13, 2026 at 3:01 pm

    I recommend taking a look at using Python to write a disassembler. It has characteristics and capabilities that can be very handy when writing a disassembler.

    • bit-manipulation: logical operators perform operations on all bits of integer value
    • functional programming: using ‘map’ upon results of bitmask operations can be handy
    • powerful file-reading operations: file I/O is so easy to do in Python
    • nice capabilities for reading structured binary files (like .EXE files)

    Python has other qualities that make it very useful for a program of any size. An x86 assembler that supports the current microprocessors’ instruction set as opposed to the original 8086 instruction set is going to be a large program.

    Having a language that makes it easy to do bit-masking is very useful when writing an assembler.

    • object-oriented: makes code-reuse easier and programs more understandable, less redundant
    • modular: modules and even packages can be used to keep program chunks to manageable size
    • concise and readable: so not much typing or head-scratching
    • interactive: makes it easier to develop/test incrementally
    • built-in symbolic debugger: handy when automated tests do not cut it
    • modern QA support: unittest similar to JUnit, doctest supports functional tests by example
    • built-in help: so you do not have to go flipping a book or launching a browser
    • terrific documentation: reference and tutorial material in PDF and HTML file formats
    • good IDE support: Eclipse, NetBeans, Emacs, etc. all give excellent support for Python
    • good support for serving web pages: includes support for HTML/HTTP and great 3rd party web frameworks out there too
    • great documentation generation: use doc string convention to document modules, classes, and methods and a utility that comes with Python will dynamically generate hyperlinked HTML documentation and serve it up for you to browse from a TCP/IP port

    Python gives you the opportunity to have fun with your program as you develop it. There is a pretty big community of Python programmers out there. They are not legion like Java programmers are and C++ programmers used to be but there are tons around.

    Python is a popular programming language at Google, Yahoo, and other modern web companies due to its power and flexibility. The Jython python-in-java interpreter grants even more power to both languages as there is a high degree of synergy and decent level of compatibility between them. There is a Jython podcast you can listen to if you do not like to read.

    Python was invented at the beginning of the 1990’s, making it even older than Java. Having existed this long, with a strong, steady following, it has evolved into a very sturdy, capable language with many examples and a decent community of programmers who use it for work and pleasure.

    If you get stuck, the Python community is usually very helpful with ideas for how you can take a stab at a problem you are having using one or two handy Python features.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 376k
  • Answers 376k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I don't think this can be disabled right now (Eclipse… May 14, 2026 at 8:38 pm
  • Editorial Team
    Editorial Team added an answer Just write the action and view to render the html… May 14, 2026 at 8:38 pm
  • Editorial Team
    Editorial Team added an answer There are a couple ways I can think of: 1)… May 14, 2026 at 8:38 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.