In SX Microcontrollers, SX/B Compiler and SX-Key Tool, metron9 wrote: Use debug instead or RUN, it brings up the code in a code list file, you can cut and paste Example: shows SXB command and below the op codes as well as the machine code in hex format [code] 169 ;' ------------------------------------------------------------------------- 170 ;' Subroutine Declarations 171 ;' ------------------------------------------------------------------------- 172 =00000042 __Initialize_8255: ;Initialize_8255 SUB 173 0042 0010 JMP @Initialize_8255 0043 0A5A 174 175 =00000044 __PortA_8255: ;PortA_8255 SUB 176 0044 0010 JMP @PortA_8255 0045 0AB6 177 178 =00000046 __PortB_8255: ;PortB_8255 SUB [/code] ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=150807#m150841 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)