Data Registers

Поділитися
Вставка
  • Опубліковано 16 кві 2021
  • One of the key components in most sequential logic circuit is the data register.
    This component behaves very similarly to the D flip-flop, except it can store a group of bits rather than just a single bit.
    This video covers its construction and the absolute basic function of a data register.
    While it doesn't seem like it does too much, just like basic logic gates, it can be combined with other components to do some really cool stuff.
    But that is for another video.

КОМЕНТАРІ • 38

  • @sleepdeep305
    @sleepdeep305 2 роки тому +3

    Okay n00b_asaurus, I've finally done it. I've created a Minecraft CPU capable of running on its own. Taking some components that you recommended and sprinkling in some of my own, I have finally been able to polish up my project to the point where I've called it complete. Everything I know about computer science comes from your videos, and I hope you still rest easy knowing that fact! I think you're right, anyone really can build one with enough patience and effort.

  • @skmgeek
    @skmgeek Рік тому +1

    its been a year
    i miss you
    please upload again you were my main source of entertainment

  • @justinschoenit
    @justinschoenit 3 роки тому +7

    DOUBLE UPLOAD! At this rate you're on track to be the Organic Chem Tutor of electrical engineering

    • @stealthemoon8899
      @stealthemoon8899 3 роки тому

      You watch him too!?

    • @justinschoenit
      @justinschoenit 3 роки тому +1

      @@stealthemoon8899 He's only the saving grace of every math/physics/chemistry student in the world

    • @stealthemoon8899
      @stealthemoon8899 3 роки тому

      @@justinschoenit absolutely

  • @bleeve9425
    @bleeve9425 3 роки тому +8

    n00b_asaurus hitting us with the double upload.
    Good lessons man.

  • @mayabartolabac
    @mayabartolabac 3 роки тому +1

    Dude I really missed you

  • @thebearslicer7736
    @thebearslicer7736 3 роки тому +3

    Hey man, you got me into computer science with your redstone computer videos. I have got to the point where I can build an SAP-1 out of just logic gates. Thanks for the great videos.

    • @n00b_asaurus
      @n00b_asaurus  3 роки тому

      SAP-1 huh, nice! You already built one, or are you in the process of making it?
      Any plans to modify it? :)

    • @thebearslicer7736
      @thebearslicer7736 3 роки тому

      @@n00b_asaurus I have written an SAP-1 emulator in C. And I'm working on building one in a logic simulator and then move on to minecraft.

  • @hasan596
    @hasan596 3 роки тому

    This channel is so cool.

  • @vanos3378
    @vanos3378 2 роки тому

    Hallo n00b :).
    I have a question regarding computer architecture. I built a very crude and minimastic single akkumulator von neumann cpu using the modules shown in your tutorial series and your design for a state machine. It works, is turing complete and can complete some basic programms, all that jazz. However i need more power :). Its realy slow and takes forever to execute an instruction. Do you have any ideas how to speed things up? I heard about pipelining, but i have no clue how to use it on a von neumann pc. Are there any videos you can recommend?
    Thanks in advance for any answers!

  • @chrisskyr623
    @chrisskyr623 2 роки тому

    Pls come back and start a new computer serie

  • @valovanonym
    @valovanonym 3 роки тому +1

    Great to see you back with a really good lesson! No homework for today?

    • @n00b_asaurus
      @n00b_asaurus  3 роки тому +2

      The homework is see if you can build something that can use registers ;)

    • @valovanonym
      @valovanonym 3 роки тому +1

      @@n00b_asaurus great, I'll try to find some uses for it!

  • @Anis_jakor
    @Anis_jakor 2 роки тому

    Ooooo hi bro , your r best minecraft players from my openoin .

  • @samuelhulme8347
    @samuelhulme8347 3 роки тому

    Yaaaaaa your back

    • @n00b_asaurus
      @n00b_asaurus  3 роки тому +3

      technically never left... technically still don't have time for proper videos. But as I've stated before, this channel is always on the back of my mind.

    • @samuelhulme8347
      @samuelhulme8347 3 роки тому

      @@n00b_asaurus yaaaaa

  • @MrStasyan2013
    @MrStasyan2013 Рік тому

    Question not regarding the video. You have said in the past that you don't do block for block tutorials because you think that it is better to experiment ourselves. The issue is that computers in MC are very large and it takes way too long to build them using regular building. How do you speed up your building process, are there any commmands, mods or perhaps a map editor in the mix? It will greatly assist!

    • @n00b_asaurus
      @n00b_asaurus  Рік тому

      That's an interesting question, also sorry for the late response.
      I do agree, being able to experiment and get quick feedback is great for learning.
      And there are tools that help, like world edit. I've even built my own tools, though I haven't been actively developing and maintaining them.
      However, I don't think you really need too many experimenting cycles to gain an intuitive understanding of this stuff.
      I felt I had a pretty good grasp of this stuff after my third computer.
      Granted, I had a background in programming and had a bit of an understanding of the theory. Still, I think you can gain a lot by building just one computer, 3 or 4 more and you'll start to gain some confidence.

  • @theorphanobliterator
    @theorphanobliterator 2 роки тому

    Can you make a video describing how to use mc decoders? I sae the video with the designs, but I have no clue how they work, or how to use them XD

    • @n00b_asaurus
      @n00b_asaurus  2 роки тому

      my redstone computer playlist has a video that goes over the theory of digital decoders, currently it's video #21 - digital logic - decoders by robot brigade.
      the video after that goes into how to build them with redstone, once you got that, you should be able to figure out how to use them pretty easily. They're not too difficult to wrap your head around them.
      If you feel like you may be missing something, the rest of the playlist should be able to help you out.
      Otherwise feel free to reach out on my discord server if you have any further questions regarding the topic. UA-cam doesn't notify me if you respond to my response, so that's the best way to connect.
      Playlist and link to the discord are on my channel.

  • @okboing
    @okboing 2 роки тому

    Could I challenge you to create a OISC? The language is AllGate, a language I devised. The language works as such:
    Each line of code is (a, b, t, c, d) and the way to execute each line is like so:
    Set the bit at mem location c to (the result of feeding the bits at mem locations a and b into a logic gate with 4-bit truth table t). If c is 1 after operation, jump to program line d, otherwise move to next line.
    (By 4 bit truth table, I mean if the bits are wxyz, then w represents the output when a and b are 0, x represents when a is 0 and b is 1, y represents when a is 1 and b is 0, and a represents a and b are 1)
    If it isn't obvious, AllGate is a binary derivative of SUBLEQ with capabilities at bitwise level and also a total of 16 operations possible.

  • @yourfellowhumanbeing2323
    @yourfellowhumanbeing2323 3 роки тому

    Did you place this in the redstone tutorial playlist? :D

  • @sk8terkyd326
    @sk8terkyd326 3 роки тому

    Plsssss join ORE :)

    • @n00b_asaurus
      @n00b_asaurus  3 роки тому

      I did join ORE :)

    • @sk8terkyd326
      @sk8terkyd326 3 роки тому

      Wait did you go on ore today?

    • @sk8terkyd326
      @sk8terkyd326 3 роки тому

      oh you didnt :(

    • @n00b_asaurus
      @n00b_asaurus  3 роки тому

      @@sk8terkyd326 I don't log in too often.
      I probably should though.

    • @sk8terkyd326
      @sk8terkyd326 3 роки тому

      @@n00b_asaurus that would be great :)