Posts by Silas Paixão • 35 points
2 posts
-
2
votes1
answer41
viewsQ: Register state in Calling covention
In the Calling Convention of ABI, the starting prologue of a new stack makes, by default, a push EBP. So far so good, but why do mov EBP, ESP if ESP is already "pointing" to the top, which - in this…
-
1
votes1
answer78
viewsQ: program that puts people on a list
someone can explain the mistake? quantidadePessoas = int(input('quantas pessoas estarão na festa?')) lista = [] for pessoa in range(quantidadePessoas): nome = input('inscreva uma pessoa')…
pythonasked Silas Paixão 35