Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Regarding the outputs, it doesn't matter in what order they are listed, but what meaning are they assigned. So,we could even list the outputs randomly, like 1st 3rd 0th 2nd, but if 0th bit was LSB and 3rd MSB, it would not matter.
We have chosen to list the table in this manner because there is no difference in significance of the output bits. So the combination 01 -> ...
Alright, alright, I will change it back ... to something more intuitive.
I initially thought this too, but they are aligned so that they match the inputs of the other components (ie 4 way adder etc), although the IO window also seems to display it backwards too and that IS confusing.
just disconcerting when you're debugging a circuit.. if the input says 1011 in the simulator box, it will show up as green green red green, so you have to flip it around in your head is all.
It's just a matter of inverting the display loop, AFAIK, so we can try it.
Meanwhile, it is always possible to hover over the output in I/O window and see the individual bits with their indices.
Personaly, I would prefer this, so that what you're seeing in the I/O window matches what you are seeing come through your componentry..
As most of the time the inputs are just streams of 1's and 0's it shouldnt make any difference.. except for when the input actually represents a number (such as the selector in the ALU) .. then it could get confusing.
So... hard to say really.. I havent done any levels past ALU yet so I dont know how often inputs need to be read as an actual binary number.. if it happens often, then best to leave it as it is.
100% agree.
That's what concerns us - the programming levels practically require it to be a normal binary number...
In that case, might be best to leave it alone.. having binary numbers written backwards in the I/O screen would be really annoying.
I'm geting used to just working in the other direction when looking at my components.. it's not the end of the world if it is left as it is ;)
MSB should be on the left. We read FLTR and the bit with the highest significance should be read first. It might give an issue with existing circuits but it's not like inverting part of a circuit here and there is that big a deal. Also, for anyone too lazy to do so: You already beat the level, so who cares?