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
https://www.youtube.com/watch?v=cXh2Y6nYHDE&t=1s
https://www.youtube.com/watch?v=1--q9WqHSpo
https://www.youtube.com/watch?v=xl5hQbBe_Y8&t=7s
s d1 Setting r0
if d1 points to the memory.
At the moment the code won't know which parameter to set on the d1 device.
Also, instead of Mode, I think you can read Charge and Maximum into registers and then divide the two using div.
first of all you can read the ratio
from the battery with the IC. You don't
need a logic reader or writer cause
you can write it with the IC to your Led.
This should work,
Setting is Battery screw d0
and Console Kit little led d1.
The Code look like this,
start:
l r0 d0 Ratio
s d1 Setting r0
s d1 Mode 1
j start
Greetings from Hoschi,
Have fun with the game :)
but what is unclear to me, at the moment,
but why "s d1 Mode 1"
s - store
d1 - screw
Mode 1 ?
this will allow you LED to
show you the value in %,
cause otherwise ti will use the integer Number 0.00 - 1.
Try it without the line and you can see the difference ;)