TAILIEUCHUNG - Software Solution for Engineers and Scientist Episode 11

Tham khảo tài liệu 'software solution for engineers and scientist episode 11', kỹ thuật - công nghệ, cơ khí - chế tạo máy phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 874 Appendix D high addresses low addresses X X Argument 2 int type - BP 6 Argument 1 int type - BP 4 NEAR Return Address BP 2 Saved BP BP Figure C Stack Frame Example Return Values in Microsoft C Compilers In the Microsoft implementations of C for the PC parameters are returned to the calling routine in the AX register or in the AX and the DX registers. Table shows the Microsoft language conventions for returning values. Table Microsoft C Returned Values DATA TYPE OR POINTER REGISTER OR REGISTER PAIR Char short int unsigned char unsigned short unsigned int AX Long DX high-order word unsigned long AX low-order word struc or union float or double AX address value near pointer AX offset value of address far pointer DX segment value of address AX offset value of address Multiple File Programs 875 Another way of interchanging values between the C and assembly language code is to access the C variables by name as demonstrated in the previous example . This method requires that the assembly code use the same storage format as the C source. Since variable storage formats change in different implementations of C this access technique must be adapted to each particular implementation of the language. Borland C to Assembly Interface The following example coded in Borland C and in x86 assembly language also implements a C to assembly language interface. The C code can be compiled using Borland C Version and later. The assembler code is crated using either Borland s TASM or Microsoft MASM. The example consists of passing a structure to an assembly language source. The call is made using the FAR access type and the address of the structure is a FAR reference. Program name Other files Project in C BORLANDC Assembly Source File in C BORLANDC include include extern C int SETSTR struct pix_params t Passing a structure by reference __ structure tag name Procedure name _SETSTR in assembler source file .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.