diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-10 13:57:45 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-10 13:57:45 +0100 |
commit | 40f46cd1ce93d7f8045dda4e0af91670cd681d57 (patch) | |
tree | d4d3b17b382940d9e9425d180d68c17e071a03b9 /cpu/os.asm | |
parent | 36a354fc8b914f6b96cba19a67c8f6ce712ac656 (diff) | |
download | SystDigit-Projet-40f46cd1ce93d7f8045dda4e0af91670cd681d57.tar.gz SystDigit-Projet-40f46cd1ce93d7f8045dda4e0af91670cd681d57.zip |
Add support for ALU operations on several cycles.
Diffstat (limited to 'cpu/os.asm')
-rw-r--r-- | cpu/os.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ add_b_to_string: incri C 1 sw C 0(D) pop A + jz A check_input check_input_ret: jr RA |