Re: Assembler bug

2002-06-13 Thread Jeff
Melvin Smith wrote: > > I'll put this into RT tracker. > > I noticed this while integrating some code from Angel Faus for > the IMCC compiler. The assembler currently does not check > if your register is in the correct range. So it allows: > > set I11, -1 > > At least I don't think we've i

Assembler bug

2002-06-13 Thread Melvin Smith
I'll put this into RT tracker. I noticed this while integrating some code from Angel Faus for the IMCC compiler. The assembler currently does not check if your register is in the correct range. So it allows: set I11, -1 At least I don't think we've implemented unlimited register file size.