摘要:        
第二个汇编程序请点评例18.2.求一组数的最大值的汇编程序#PURPOSE: This program finds the maximum number of a# set of data items.##VARIABLES: The registers have the following uses:## %edi - Holds the index of the data item being examined# %ebx - Largest data item found# %eax - Current data item## The following memory locatio..    阅读全文
posted @ 2014-03-03 10:47
西芒xiaoP
阅读(267)
评论(0)
推荐(0)
        
            
        
        
摘要:        
例18.1.最简单的汇编程序#PURPOSE: Simple program that exits and returns a# status code back to the Linux kernel##INPUT: none##OUTPUT: returns a status code. This can be viewed# by typing## echo $?## after running the program##VARIABLES:# %eax holds the system call number# %ebx holds the return ...    阅读全文
posted @ 2014-03-03 10:23
西芒xiaoP
阅读(1002)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号