Schweigi's Blog
  • Home
Subscribe
Tagged

Assembler

A collection of 2 posts

Make your own Assembler simulator in JavaScript (Part 2)
JS

Make your own Assembler simulator in JavaScript (Part 2)

In part 1 we did create the CPU. In the second and final part, we gonna focus on the memory, console output, assembler and the UI. The memoryWe will use a simple array to represent the memory. Each slot contains a JavaScript numeric value. So, in theory, the memory can

  • Marco
Marco Mar 16, 2015 • 5 min read
Make your own Assembler simulator in JavaScript (Part 1)
JS

Make your own Assembler simulator in JavaScript (Part 1)

I always enjoy developing in assembler because it is fairly simple to learn, each command does exactly one thing and thus gives a good insight on how a computer operates. Nevertheless, it is possible to make sophisticated software and there is the problem of developing in assembler. It can get

  • Marco
Marco Mar 8, 2015 • 4 min read
Schweigi's Blog © 2022
Powered by Ghost