Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/math.asm @ 105:64109f6fb3d1
added END to GasSetup, small fixes
author | heinrichsweikamp |
---|---|
date | Sun, 19 Dec 2010 14:27:30 +0100 |
parents | eff0da5cb975 |
children | 8d6aca08f66b |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/math.asm Wed Dec 15 11:01:35 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/math.asm Sun Dec 19 14:27:30 2010 +0100 @@ -91,8 +91,7 @@ return -mult16x16: -;xA*xB=xC +mult16x16: ;xA*xB=xC clrf xC+2 ; Clear the High-Order Bits clrf xC+3 movf xA, w ; Do the "L" Multiplication first