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
use the "saving bytes" schematic as base to create it and add a byte output connected before the switch
https://steamcommunity.com/sharedfiles/filedetails/?id=2789198431
And this is the next tick.
https://steamcommunity.com/sharedfiles/filedetails/?id=2789198433
My ALU component keeps sending 255 as there`s no input from the registers 1 and 2 using these pins.
Everything is hooked up correctly so I thought my ALU was broken, but that can't be as that custom component is created by completing another level.
I then realised the inputs to my ALU actually were both carrying a 0, despite Reg1 and 2 having 63 and 27 saved to them respectively. Double checked my wiring and everything looks fine, with the always load pin getting signal, but the registers still were loading 0.
I disconnected the always load pin and re-wired the normal load pin to also load when the Copy opcode was set - and the registers behaved as expected, loading 63 and 27 as expected.
Weirdly my ALU is still outputting the wrong value, 228 instead of 63.. Maybe the opcode isn't carrying through the instruction pin correctly?