Commit 6ed272ea authored by rsoliz's avatar rsoliz
Browse files

Actualizando repositorio

parent bb1abf43
;./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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment