User:RafaelOrtiz: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (looks)
m (cleanning to do)
Line 49: Line 49:
* Possible translation off all the power related pages to Spanish, Keep on Researching for Gsoc and put all that in the wiki.
* Possible translation off all the power related pages to Spanish, Keep on Researching for Gsoc and put all that in the wiki.
* Do a re-lecture of [[Ec_specification]] and [[Revised_EC_Port_6C_Command_Protocol]], possible extension of that articles.
* Do a re-lecture of [[Ec_specification]] and [[Revised_EC_Port_6C_Command_Protocol]], possible extension of that articles.
* See trac {{ticket|1746}} and extend it to lifepo4 batteries.==>further research
* See trac {{ticket|1906}}
* see trac {{ticket|2126}} why is it happening?
* Finish [[XO_updater/lang-es]] translation
* Finish [[XO_updater/lang-es]] translation
* Arrange and update [[Autoreinstallation_image/lang-es]]
* xoxo devel resume
* xoxo devel resume



Revision as of 23:32, 30 July 2007

es Castellano es la lengua materna de este usuario
en-3

This user is able to contribute with an advanced level of English.

fr-2 Cet utilisateur peut contribuer avec un niveau intermédiaire en français.

Contributer.gif


Working on

Things to look at

TO DO

Notes

Forth Things

l@  ( adr -- l )    \ Fetch a 32-bit value
l!  ( l adr -- )    \ Store a 32-bit value
w@  ( adr -- w )    \ Fetch a 16-bit value
<w@ ( adr -- w )    \ Fetch a 16-bit value, sign extending
w!  ( w adr -- )    \ Store a 16-bit value
c@  ( adr -- b )    \ Fetch a 8-bit value
c!  ( b adr -- )    \ Store a 8-bit value
 ok 12345 constant mynum \defining hex constants
pc@ ( port# -- byte )  \ Read from an 8-bit I/O port --- P ports
pw@ ( port# -- word )  \ Read from a 16-bit I/O port
pl@ ( port# -- long )  \ Read from a 32-bit I/O port
pc! ( byte port# -- )  \ Write to an 8-bit I/O port
pw! ( word port# -- )  \ Write to a 16-bit I/O port
pl! ( long port# -- )  \ Write to a 32-bit I/O port

Open EC