Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
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