RaconTPT
RaconTPT
102 / 2
14th Jul 2020
2nd Sep 2022
This is the smallest computer in TPT. Its made in a modular/scalable way. Name might change in future. ~5 lines of 0xMin1 -> 1 line of assembly. It has: 6 commands, 2 8bit pointers, 1 register.
computer tiny microprocessor smallest technology tech subframe 60hz electronic 30bit

Comments

  • krm38501
    krm38501
    1st Sep 2022
    RaconTPT: can you please fix the dray on the module I made it broke somehow and idk how to make it work
  • krm38501
    krm38501
    1st Sep 2022
    can't believe*
  • krm38501
    krm38501
    1st Sep 2022
    I can believe I actually made a IO port module it is at save id:2929794
  • krm38501
    krm38501
    1st Sep 2022
    I'm probably going to make a module device to read the data in the ram
  • krm38501
    krm38501
    1st Sep 2022
    IO ports have to further out because it gets harder the closer you get to the CPU so I just have to do it like at the end
  • krm38501
    krm38501
    1st Sep 2022
    ok(cts)
  • RaconTPT
    RaconTPT
    28th Aug 2022
    krm38501: the current 0xmin cpu does have a "if" command but it makes "if;jump" take up 2 instructions, 3 if you include the condision. I might try adding "jump if(flag==0)".
  • RaconTPT
    RaconTPT
    28th Aug 2022
    krm38501: You can use all the ram as IO ports by adding DRAY and LDTC outside the CPU for input and output.
  • krm38501
    krm38501
    27th Aug 2022
    I have a idea for a new command "jump if"
  • krm38501
    krm38501
    27th Aug 2022
    is there a way to add a IO input port?