Commit 68577070 authored by Ignacio Losiggio's avatar Ignacio Losiggio
Browse files

Agregados defines para después

parent 337a334a
......@@ -37,7 +37,15 @@ global nTableRemoveSlot
global nTableDeleteSlot
global nTableDelete
%define var(n) [rsp+(8*n)]
%define var(n) [rsp+(8*n)]
%define l.first 0
%define l.last 8
%define l.size 16
%define le.data 0
%define le.next 8
%define le.prev 16
%define le.size 24
; Notas:
; * No tengo que usar `cld` porque el ABI me asegura que DF=0 al entrar a
......
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