please dont rip this site

SX Microcontroller Math Method

Two's complement 8 bit

from Andy Warren

If [...] your original number is in a register, you can do it with this bit of code:

	not	REG	;REG = two's-complement of REG.
	inc	REG	;

or this one:

	mov	W, /REG	;W = two's-complement of REG
;*** WARNING: ADDLW was expanded in three instructions! Check if previous instruction is a skip instruction. 
;        ADDLW   1       ;(REG is unchanged).
	mov	Hack, W
	mov	W, #1	;(REG is unchanged).
	add	W, Hack

If the original number is in W, the easiest way is:

;*** WARNING: Manual replacement required for "SUBLW k" instruction (w = k - w). Check if previous instruction is a skip instruction. 
        SUBLW   0       ;W = two's-complement of W.

Clyde Smith-Stubbs [clyde at htsoft.com] of HI-TECH Software says

[These snippits do not handle the problem: REG = 0x80] because there is no correct result in this case. The value 0x80 interpreted as 2's complement is legal, and equal to -128. The negative of this, 128, is NOT representable as an 8 bit 2's complement number.

file: /Techref/scenix/lib/math/neg/8bit_sx.htm, 1KB, , updated: 2004/6/10 14:40, local time: 2024/3/29 05:24,
TOP NEW HELP FIND: 
44.193.11.123:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://massmind.org/Techref/scenix/lib/math/neg/8bit_sx.htm"> PIC Microcontroller Math Method Two's complement 8 bit</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .