• Stars
    star
    1
  • Language
    C++
  • Created over 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Aemulor is an Assembly emulator, a language that consists of instructions and pseudo-instructions that are translated into machine language. To create this emulator it was necessary to create a program written in a high-level language, such as C ++ and JavaScript. Then for easier visualization and use, a graphical interface was created, which was done using HTML. The way this program works is that it receives a set of instructions as input, some of these with address type and a numerical address.