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
Anyways this is either unrealistically contrived or a bug.
Almost solved with 4 MC4000X + DX300 (one for input one for output)
MC 4000X all connected to single wire moved between 2 DX300
every has unified code:
```
nop
nop
nop
mov x0 acc
tgt acc 0
+ mov acc x0
+ mov acc x0
+ mov acc x0
slp 1
```
nops - balances input
multiples movs - try to push value to required DX300
it ALMOST working )) - in my case just 5 points of verification was fail. Sad, but challenge to do it not with xors fails )))
- the first one has inA and inB as input, normal output
- top one, inA and 1st xor output as input, normal output to output B
- top one, inB and 1st xor output as input, normal output to output A