This shows you the differences between the selected revision and the current version of the page.
| iroise-assembler 2006/08/12 22:46 | iroise-assembler 2007/04/21 18:37 current | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| It would appear that it starts with a line like: | It would appear that it starts with a line like: | ||
| - | <pre> | + | <code> |
| ID 0x12345678 | ID 0x12345678 | ||
| - | </pre> | + | </code> |
| which specifies the "tc" parameter that the Nabaztag uses on the URL it requests (it also puts the ID of the previous program which it ran as the "tn" parameter). | which specifies the "tc" parameter that the Nabaztag uses on the URL it requests (it also puts the ID of the previous program which it ran as the "tn" parameter). | ||
| The program then has a line which always says: | The program then has a line which always says: | ||
| - | <pre> | + | <code> |
| TRANSITION IMMEDIATE | TRANSITION IMMEDIATE | ||
| - | </pre> | + | </code> |
| I assume this is something to do with how the Nabaztag changes from one program to the next, but I've only ever seen it say this and there's not much in the assembly description about what other values there could be. | I assume this is something to do with how the Nabaztag changes from one program to the next, but I've only ever seen it say this and there's not much in the assembly description about what other values there could be. | ||