remove unnecessary carry

This commit is contained in:
Josh Goebel 2017-04-17 23:24:04 -04:00
parent 825d6bc760
commit d999733320
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ void Arduboy2Base::drawPixel(int16_t x, int16_t y, uint8_t color)
"andi %A[row_offset], 0x80\n" // row_offset &= (~0b01111111);
"clr __zero_reg__\n"
"add %A[row_offset], %[x]\n"
"adc %B[row_offset], __zero_reg__\n"
// mask for only 0-7
"andi %[y], 0x07\n"
// Z += y