In SX Microcontrollers, SX/B Compiler and SX-Key Tool, g_daubach wrote: Whwn you don't check the "SASM Ouput" box, files, like the list and object files go into the directory where the source file is located, and they are not deleted when you close the IDE. Instead of showing the students the object file, it might be better to show the list filr, as Metron9 had suggested, as it contains all the information: The assembly instructions, the generated machine code, and the addresses, where the code goes. As Peter had mentioned, the machine code can be found in the third column (1st is the line number in decimal, 2nd is the address in hex, and 3rd is the machine code in hex). The sample, Metron9 had posted also shows, how the assembler has generated two instruction codes for each of the JMP @.... instructions, the codes for a PAGE, and a JMP instruction. This is also hepful to understand compound instructions, like MOV fr1, fr2, Here, the assembler generates two instruction codes for MOV w, fr2 and MOV fr1, w. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=150807#m151378 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)