TPT Programmable Computer(6-bit)

  • Jallibad
    5th Apr 2012 Member 0 Permalink
    @Minishooz (View Post)
    it's not a complaint, just checking if you wrote what you meant to...
  • mniip
    5th Apr 2012 Developer 0 Permalink
    @Minishooz (View Post)
    I derp suggest 4 at least
    But you have 6 bits, thats a problem, how would their names fit in the command, if its only 6 bit?
  • Minishooz
    5th Apr 2012 Member 0 Permalink
    @mniip (View Post)
    Suppose the command is register to register and there are 4 registers. Suppose the binary for the register command is 100000 or something like that. Then the processor will recognize the command with the decoder and automatically send the next 2 commands to the register to register function. Suppose these 2 commands are 000000(A) and 000001(B). Then the processor will know it needs to switch register A and B.
  • mniip
    5th Apr 2012 Developer 0 Permalink
    @Minishooz (View Post)
    you mean, there are 2 currently selected registers to operate within?
  • Minishooz
    5th Apr 2012 Member 0 Permalink
    @mniip (View Post)
    Not exactly, the reg to reg command will tell the processor to read the next 2 lines of the program which will then be redirected to the register unit and then decoded to find the desired registers.
  • bbdest
    5th Apr 2012 Member 0 Permalink

    Can we include converse implication & nonimplication?

    ---------

    I just made the ram a little bit smaller btw

  • Minishooz
    5th Apr 2012 Member 0 Permalink
  • Tycjan13
    5th Apr 2012 Member 0 Permalink
    What sort of memory will it have? 
  • Minishooz
    5th Apr 2012 Member 0 Permalink
    @Tycjan13 (View Post)
    The RAM will have 6-bit bytes and a 6-bit adress. This means it will have 64 bites (I think).
  • Tycjan13
    5th Apr 2012 Member 0 Permalink
    Aray memory or just standard switch?
    What about ROM for built in programs and whatnot?