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
Hint, you can effectively split the output by retrieving ACC twice.
Can someone clarify that MOV UP, ANY effectively only writes to ports that are actively called and not to an OUT port?
MOV UP, ACC
MOV ACC, LEFT
MOV ACC, DOWN
is apparently not the same as
MOV UP ANY
the latter never writes to the output at DOWN
http://steamcommunity.com/sharedfiles/filedetails/?id=453647903
as compared to
http://steamcommunity.com/sharedfiles/filedetails/?id=453649783
ANY requires something to READ it, when you use "MOV ACC, DOWN" it WRITES to the output.
That is really clever.
Here is my solution using NEG effectively, 240 cycles across 5 nodes in 10 instructions.
http://steamcommunity.com/sharedfiles/filedetails/?id=454760037
Maybe, we can discuss two types -> the fast = low cycle, the short = low node and instraction.
The hiscores are meant to be looked at as 3 seperate hi scores. You can compete for one but not all 3, at least not all the time.
Yes! Now I understand why we can use 3 save slots for each stages.
(I'm at 201/5/11, and I've seen lower)
This is a 201 cycle sample. I hope it will be helpful for you.
http://steamcommunity.com/sharedfiles/filedetails/?id=456773217
Yeah, I did figure it out...and looking at it, it's now identical to yours (save for I have a title in node 0)
Basically I just had the two MOV ACC commands in the bottom left switched.
MOV UP, ACC
MOV ACC, DOWN
MOV ACC, RIGHT