Posts by Afonso Dolmen • 27 points
3 posts
-
1
votes1
answer329
viewsQ: Compare a string in Assembly x86
Every time I type the letter "F" or "f" on the console, it will always say that I did not type the letter "f". Why? section .data: msg: db "Digite a letra F: " msgLen: equ $- msg msgEqual: db "Voce…
assemblyasked Afonso Dolmen 27 -
-2
votes2
answers61
viewsQ: What is it missing?
<?php $teste = $_POST['Nome']; ?> <html> <head> <title>O</title> </head> <body> <form name="f_cad" method="POST"/> <input type="text"…
-
-2
votes1
answer214
viewsQ: How to change the value of a variable in the python terminal and save permanently?
Does anyone know how to change the value of a variable in the terminal and stay saved forever in the script? ex: I create a variable of type input ps: The variable name is Name; E depois crio uma…
pythonasked Afonso Dolmen 27