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
Ignacio Esteban Losiggio
tp1.orga2.dc.uba.ar
Commits
68577070
Commit
68577070
authored
6 years ago
by
Ignacio Losiggio
Browse files
Options
Download
Email Patches
Plain Diff
Agregados defines para después
parent
337a334a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
lib.asm
lib.asm
+9
-1
No files found.
lib.asm
View file @
68577070
...
...
@@ -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
...
...
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