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
. . . would result in . . .
. . . in the file held by the robot. Make sense now? :) 0's are always replaced by 0, 1 by the one's digit, 2 by the ten's, 3 by the hundred's, and 4 by the thousand's digit. There's some special handling and cases around negatives, but the majority of the time code similar to the above to 'unpack' a number digit by digit.
You don't need to start at 1000 (although it would work), You can start counting at 0, swizle will work
Because you need to store the number in a file then and use a file as a buffer.
SWIZ X 0001 F
SWIZ X 0002 F
SWIZ X 0003 F
is equivalent to
MODI X 10 F
DIVI X 10 T
MODI T 10 F
DIVI T 10 F
So just an additionnal line