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
(I sympathize, never got past puzzle 4 in the bonus campaign)
This requires a lot of space you don't have. (for both the DX300 and for some NOT/AND logic.)
teq acc 100
+mov 10 acc
I know, it's ugly. But it works.
I can't just subtract 1 from each number either, because then if a number is, say, exactly 20, it would turn into 19, and dgt 1 would return 1 instead of 2.
Then how about this instead of dgt 1:
mul 10
dgt 2
As 100*10 will be 999, it will give you the expected result on all inputs in the top digit - however, I don't know how dependent your code is on having the result in the middle digit.
This might take a while because I forgot how this code works. At some point I solved the level, idk how. Now I need to remind myself what eldritch nonsense I programmed.
Yes, most Zachtronics games rely on your finding shortcuts at various levels of preposterousness - Shenzhen IO probably even more than the others. And while I don't always like this, I have to admit that it's very accurate of a game simulating a job at a Chinese microelectronics company.
Glad that the solution worked!