* works via keywords in the 1st parsed word. * commas separate the arguments & must be * terminated by semi-colon. Numbers can be * either hex or decimal. prim:echo param: 0x20212223, 0x24252627, 0x28293031; prim:echo param: 0x32333435, 10, 22, 3001; prim:rwRegField param: 0x102, 4, 0x08, 0, 0x3f; prim:rwRegField param: 0x102, 4, 0x08, 1, 0; * some primitives, like startTask & writeBuffer, * are special- here is writeBuffer's format: prim:writeBuffer param: 0, "err buffer: it would be nice if this worked."; prim:writeBuffer param: 1, "info buffer: it would be nice if this worked."; prim:writeBuffer param: 2, "diagnostic buffer: it would be nice if this worked."; prim:writeBuffer param: 3, "transfer buffer: it would be especially nice if this worked."; * * I'll get an example send/start slavelist working * and send it to you next week. *prim:sendSlaveList