Skip to content

Instantly share code, notes, and snippets.

;
;
; Labb4.asm
;
; Created: 2017-05-15 10:55:17
; Author : Gustav Aaro
;
; Replace with your application code
;
; Labb3.asm
;
; Created: 2017-05-08 15:16:55
; Author : Gustav Aaro
;
.def zeroReg = r17
.def currentNumber = r18
.def currentDisplay = r19
@gusaa960
gusaa960 / main.asm
Last active April 27, 2017 11:10
LE LABB 2
;
; Labb2.asm
;
; Created: 2017-04-24 16:18:25
; Author : Gustav Aaro
;
; Replace with your application code
.def currentChar = r21
.def morseCurrentChar = r22