hello! i have an assignment about assembly language. can you give me the different functions use of register in assembly language?pls?my instructor said that it has 30 function.i can't find it and i have to pass it 'asap'.thanks
Here is a list of C16x/ST10/XC16x Chips: http://www.keil.com/dd/chips/all/166.htm Select the appropriate one, and you can download the Datasheet and Instruction Set Manual and User's Manual for the chip from the page. Manuals for the Keil tools are here: http://www.keil.com/support/man_c166.htm All the books appear to be in German: http://www.keil.com/books/166books.asp
Function Parameters http://www.keil.com/support/man/docs/c166/c166_ap_funcparam.htm Function Return Values http://www.keil.com/support/man/docs/c166/c166_ap_funcret.htm Register Usage http://www.keil.com/support/man/docs/c166/c166_ap_regusage.htm