Changes

Jump to: navigation, search

Fall 2014 SPO600 Assembly Language Presentation

16 bytes added, 00:34, 16 September 2014
Topics
|Absolute addressing and Immediate values on Aarch64||In Aarch64 systems, the size of each instruction is limited to 64 bits. Since some bits are required to encode the operation, addressing mode, and registers, the number of bits available to specify an address or immediate value (constant) are limited. How are constant values represented, and what are the limitations on the values that can be included? How can you work around these limitations?||
|-
|NASM Syntax||What is NASM, and what are the basic rules of NASM syntax? How do you use preprocessor directives (such as #include and #define) or equivalent?||Omid Djahanpour
|-
|GNU x86_64 gas Syntax||What are the basic rules of GNU Assembler (gas) syntax for x86_64 platforms? How do you use preprocessor directives (such as #include or #define) or equivalent?|| Brendan Henderson

Navigation menu