Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Roberto Carlos Soliz Ibarra
2019c2orga2tp2
Commits
6ed272ea
Commit
6ed272ea
authored
5 years ago
by
rsoliz
Browse files
Options
Download
Email Patches
Plain Diff
Actualizando repositorio
parent
bb1abf43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/filters/Nivel_asm.asm
src/filters/Nivel_asm.asm
+4
-0
No files found.
src/filters/Nivel_asm.asm
View file @
6ed272ea
;./build/tp2 Nivel -i asm ./img/paisaje.bmp 7
;https://www.overleaf.com/3574538535rcmmgjmnkctj
section
.data
;align 16
trasparencia255:
times
4
DB
0x00
,
0x00
,
0x00
,
0xFF
...
...
@@ -12,6 +13,7 @@ section .text
global
Nivel_asm
Nivel_asm:
;Nivel_asm_entregable:
;version optimizada
;void Nivel_c(
; uint8_t *src,
...
...
@@ -73,6 +75,7 @@ Nivel_asm:
ret
;Nivel_asm:
Nivel_asm_un_jump:
;version optimizada
;void Nivel_c(
...
...
@@ -143,6 +146,7 @@ Nivel_asm_un_jump:
;Nivel_asm_entregable_no_optima:
Nivel_asm_4_jmp:
;Nivel_asm:
;void Nivel_c(
; uint8_t *src,
; uint8_t *dst,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment