In SX Microcontrollers, SX/B Compiler and SX-Key Tool, kd5dhu wrote: [2] Having a really basic problem here. I'm defining a constant as a negative (two's compliment) number: CDT CON -5 ' Central Daylight Time When I compile the code and do a <CTRL _L> it compiles as: 185 =00000005 CDT EQU 5 ;CDT CON -5 ' Central Daylight Time Shouldn't it compile as: 185 =00000005 CDT EQU 251 ;CDT CON -5 ' Central Daylight Time Thanks, [/2] ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=145593 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)