37
wowotek
6y

Good morning everyone (atleast for my Time Zone), god bless you all !

been following my morning silly brain for 3 hours to write an 8086 assembler CPU and RAM emulator. after 1 hour of debugging, time to polish it and refactoring.

Comments
  • 3
    That's really cool, where did you find sample programs for it? Did you get a cross-compiler, or write the machine code manually?
  • 7
    @j4cobgarby i am familiar with 4 assembler architure one of them is 8086. so for testing it i just write it in assembly manually. for example this is my test program.
  • 3
    I have heard very little about the work you are doing but I have the utmost interest for it. Sounds awesome, just don’t understand a word you really said
  • 0
    Will you be sharing the code at all?
  • 0
    That's so cool! I once tried my hand at writing a basic assembler for a custom assembly language. I would love to see how it should be done for 8086, if you could share your code.

    Do you mind me asking, what other assembly do you know?
  • 1
    @xnor i'm fluent at both of the world either CISC or RISC. i can write in x86, and ARM, also a little bit of amd64.
  • 0
    @iSwimInTheC sure thing, i will post it to my github after a bit of tweaking
Add Comment