| From: Tyler Trafford <[EMAIL PROTECTED]>
|
| Chris Kennedy <[EMAIL PROTECTED]> wrote:
| > {standard input}: Assembler messages:
| > {standard input}:3479: Warning: 277 shortened to 21
| > {standard input}:3518: Warning: 278 shortened to 22
| > {standard input}:3584: Warning: 277 shortened to 21
| > {standard input}:3623: Warning: 278 shortened to 22
| > {standard input}:3690: Warning: 1092 shortened to 68
| > {standard input}:3721: Warning: 1093 shortened to 69
| > {standard input}:3740: Warning: 1093 shortened to 69
| > {standard input}:3767: Warning: 1092 shortened to 68
| > {standard input}:3803: Warning: 1093 shortened to 69
| > {standard input}:3822: Warning: 1093 shortened to 69
| > {standard input}:3916: Warning: 1028 shortened to 4
| > {standard input}:3955: Warning: 1028 shortened to 4
| > {standard input}:3994: Warning: 1028 shortened to 4
|
| Those functions do a bit-shift and a mask to change the 16bit address
| into two 8bit values... Could be warnings about the right shift.
|
| I don't see messages like that, though.
It is odd that those messages come from the assembler. They ought to
come from the compiler (if anywhere).
Without looking at the code, I would guess that you are not masking
the value properly when assigning the low-order byte. In particular, each
value is being reduced modulo 256 -- for each message, the smaller
value is the remainder when the larger value is devided by 256.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel