Fastest possible computer created!

  • Cracker1000
    26th Jan 2019 Member 0 Permalink

    @NUCLEAR_FOX (View Post)

                                     

  • RockerM4NHUN
    26th Jan 2019 Member 0 Permalink

    To the rescue!

    (Don't get used t it. :D)

     

    @HuntaBadday (View Post)

    I have read you private message but you locked it, so I can't answer there.

    You used the IF instruction correctly, you just forgot at the end, that TEST does not function as the IF, you have to use an IF or IFN if you want to skip instructions conditionally. If you debug your code and it works, I can post it in my programs save.

    Edited once by RockerM4NHUN. Last: 26th Jan 2019
  • HuntaBadday
    26th Jan 2019 Member 0 Permalink

    @RockerM4NHUN (View Post)

     i figured out how to use the if and ifn. go and see the program in the conversations

    sorry for locking it.

    Edited 3 times by HuntaBadday. Last: 10th Jul 2019
  • emilien54
    1st May 2019 Member 0 Permalink
    Hello ! I wrote a program to calculate the perimeter of a square here it is:

    nin a add a a add a a out a

    There you go !
  • LBPHacker
    9th Jul 2019 Developer 1 Permalink

    So I made a pretty good assembler a while ago, and I finally added support for this computer. The code for the demo save linked in the OP is also in the repository. Have fun!

     

    @RockerM4NHUN (View Post)

     Oh yeah, you have dead code in the demo! :P

    Edited 3 times by LBPHacker. Last: 9th Jul 2019
  • RockerM4NHUN
    29th Jul 2019 Member 0 Permalink

    @LBPHacker Nice, I've never thought that this would escalate so far! :D

    Actually code alignment was due to ease of adding code to the existing source.

    Thanks for adding support for the computer.

  • Luihum
    30th Jul 2019 Member 0 Permalink

    NOP simply does nothing. Use it for timing

  • froglyren
    7th Sep 2019 Member 0 Permalink

    Status reg is callled flags

  • BokkaB
    30th Sep 2019 Member 0 Permalink

    Super,good and complex.

  • zaicev9797
    21st Mar 2022 Member 0 Permalink

    sory for necroposting but how pipelining is implemented here? Im trying to click through the cycle step by step to find out where this "pipelining magic" is going on but no success yet

    Edited once by zaicev9797. Last: 21st Mar 2022