Timothy Miller wrote:

Counter values are encoded as (2049-count).  Thus, a value of 2048
indicates a count of 1, and a value of 0 indicates a count of 2049.
For longer counts, use more instructions.

Assembly mnemonics look like this:
OPCODE [syncs and flags] #count addr

For those opcodes that take a counter argument, is a count of 0 defined as valid? Specifically for the instruction set are these equivelent?

SEND
SEND 0

Or are these equivalent?

SEND
SEND 1

Patrick M
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to