Embedded Systems
asmflow.txt
Associated article: Assembly-Language Control-Flow Graphing
Tags: Parallel Embedded Systems
Published source code accompanying the article by Edward J. Beroset in which he presents a tool that automates the task of creating a control-flow diagram for assembly-language programs. Although written for the Mitsubishi 740 series processor, the tool can be adapted for other controllers as well.
Assembly-Language Control-Flow Graphing by Edward J. Beroset Listing One ;-------------------------------- ; bubble sort routine for Mitsubishi 740 series microprocessor ; Entry: list = zero page pointer to unordered list of integers ; the first element in the list is the length ; Exit: the list is ...


