Skip to content

Commit 127fa8b

Browse files
committed
asdaskl una badna de cosas
1 parent 368910e commit 127fa8b

15 files changed

+786
-156
lines changed

.gdb_history

+43
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,46 @@ x/16bd ($rbx)
4848
q
4949
q
5050
q
51+
b lib.asm:371
52+
r
53+
x/8bd $rax
54+
n
55+
n
56+
n
57+
n
58+
n
59+
n
60+
n
61+
x/8bd $rax
62+
n
63+
x/16bd $rbx
64+
x/8bd $rbx+8
65+
x/8bd *($rbx+8)
66+
n
67+
n
68+
b lib.asm:366
69+
c
70+
p cl
71+
p$cl
72+
p $cl
73+
n
74+
n
75+
n
76+
n
77+
n
78+
n
79+
n
80+
n
81+
n
82+
n
83+
n
84+
x/8bd ($r15+8)
85+
x/8bd *($r15+8)
86+
x/8bd *($r15+16)
87+
x/8bd *($r15+24)
88+
x/8bd *($r15)
89+
x/8bd *($r15+4)
90+
x/1bd *($r15+4)
91+
x/1bd ($r15+4)
92+
x/1bd ($r15+8)
93+
x/8bd ($r15+8)

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
✖ int32_t* cardGetNumber(card_t* c)(2 Inst.)
2424
list_t* cardGetStacked(card_t* c)(2 Inst.)
2525
✖ int32_t cardCmp(card_t* a, card_t* b)(11 Inst.)
26-
card_t* cardClone(card_t* c)(21 Inst.) FALTA
26+
card_t* cardClone(card_t* c)(21 Inst.) FALTA
2727
void cardAddStacked(card_t* c, card_t* card)(2 Inst.) FALTA
2828
✖ void cardDelete(card_t* c)(11 Inst.)
29-
void cardPrint(card_t* c, FILE* pFile)(24 Inst.) FALTA
29+
void cardPrint(card_t* c, FILE* pFile)(24 Inst.) FALTA
3030
### jueves 14 - viernes 15
31-
✖ array_t* arrayNew(type_t t, uint8_t capacity)(24 Inst.) FALTA
32-
uint8_t arrayGetSize(array_t* a)(3 Inst.) FALTA
33-
void arrayAddLast(array_t* a, void* data)(20 Inst.) FALTA
34-
void* arrayGet(array_t* a, uint8_t i)(8 Inst.) FALTA
35-
void* arrayRemove(array_t* a, uint8_t i)(24 Inst.) FALTA
36-
void arraySwap(array_t* a, uint8_t i, uint8_t j) FALTA
37-
(15 Inst.)void arrayDelete(array_t* a)(22 Inst.) FALTA
31+
✖ array_t* arrayNew(type_t t, uint8_t capacity)(24 Inst.)
32+
uint8_t arrayGetSize(array_t* a)(3 Inst.)
33+
void arrayAddLast(array_t* a, void* data)(20 Inst.)
34+
void* arrayGet(array_t* a, uint8_t i)(8 Inst.)
35+
void* arrayRemove(array_t* a, uint8_t i)(24 Inst.)
36+
void arraySwap(array_t* a, uint8_t i, uint8_t j)(15 Inst.)
37+
void arrayDelete(array_t* a)(22 Inst.)
3838
### lunes 18 - martes 19
3939
✖ list_t* listNew(type_t t)(10 Inst.)
4040
✖ uint8_t listGetSize(list_t* l)(2 Inst.)
@@ -44,6 +44,6 @@
4444
✖ void listSwap(list_t* l, uint8_t i, uint8_t j)(24 Inst.)
4545
✖ void listDelete(list_t* l)(28 Inst.)
4646
y
47-
void arrayPrint(array_t* a, FILE* pFile)(8 L ́ıneas) FALTA
47+
void arrayPrint(array_t* a, FILE* pFile)(8 L ́ıneas)
4848
void listAddLast(list_t* l, void* data)(11 L ́ıneas)
4949
void listPrint(list_t* l, FILE* pFile)(16 L ́ıneas)

cartas.txt

Whitespace-only changes.

game.c

+1
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ int main (int argc, char **argv){
105105
}
106106
#endif
107107

108+

0 commit comments

Comments
 (0)