diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-08 18:56:58 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-08 18:56:58 +0100 |
commit | 9139862d65f5aa720812173decaa8c0f0abf26c6 (patch) | |
tree | 3fa617470b0f0302c9bcdf7f74f0dc97e293a182 /asm | |
parent | 2ab6a18d17e0f16f359feafc582f2ff732f34492 (diff) | |
download | SystDigit-Projet-9139862d65f5aa720812173decaa8c0f0abf26c6.tar.gz SystDigit-Projet-9139862d65f5aa720812173decaa8c0f0abf26c6.zip |
Remove SP initialization, it's actually useless.
Diffstat (limited to 'asm')
-rw-r--r-- | asm/test.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/test.asm b/asm/test.asm index d37ca61..78a56c4 100644 --- a/asm/test.asm +++ b/asm/test.asm @@ -1,5 +1,4 @@ .text - liuz SP 0xFF add D Z Z init: liuz B 0x40 |