Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions laborator/content/stiva/0-mean/mean.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
%define ARRAY_SIZE 13
%define DECIMAL_PLACES 5

; adaug solutie ex 1

section .data

num_array dw 76, 12, 65, 19, 781, 671, 431, 761, 782, 12, 91, 25, 9
Expand Down
3 changes: 3 additions & 0 deletions laborator/content/stiva/2-reverse/reverse-array.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

%define ARRAY_LEN 7

; adaug solutie ex2


section .data

input dd 122, 184, 199, 242, 263, 845, 911
Expand Down