Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
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?