> Attached patch makes sure you don't try and use register numbers over
> 31. That is, this patch allows registers I0-I31 and anything else gets
> a: Error (foo.pasm:0): Register 32 out of range (should be 
> 0-31) in 'set_i_ic'
> 
> Oh, there's also a comment at end of line patch that has snuck in 'cos
> it's so darn useful.

Just curious, do we need a dedicated zero register and sink register?
The zero register always reads zero, and can not be written. The sink
register can not be read, and write to it can be ignored.

Hong

Reply via email to