版本 74200b2c9500947b99f6eb3005d212e364582bc0
Changes from 74200b2c9500947b99f6eb3005d212e364582bc0 to 5a5bfde20c032ee334d7ed83e07f2939e94d176b
---
title: Week #3 (Oct 2) :: ARM Architecture
toc: no
...
教材
----------
* `Introduction to ARM Architecture<https://docs.google.com/presentation/d/1cFBRICktpVQAOLzE5eDKD-OM4ckJuncFsn39Wg8aLZI/edit#slide=id.p14>`_
- ARM Conditional Execution,以 C 程式來說:
- `ARM Conditional Execution<http://www.davespace.co.uk/arm/introduction-to-arm/conditional.html>`_,以 C 程式來說:
.. code-block:: prettyprint
if (z == 1) R1 = R2 + (R3 * 4)
對應的 ARM 組合語言為
.. code-block:: prettyprint
addeqs r1, r2, r3, lsl #2
作業須知 (Lab-33)
----------------
* 截止日期:
- Oct 11, 2014 (含) 之前