-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR Test, adding Several commits #5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test Commit
proybase object deleted
.gitignore created for not relevant files
Se agrego funcionamiento de boton 0, corrigiendo errores de coordenadas de click al presionarlo
Se arreglo el funcionamiento de boton 0, ahora hay que imprimir caracteres en A,BC
Se cambio valor de A al correcto
Se agrego funcionalidad para imprimir, A,B,C,D y F en ASCII, corrigiendo valor de E pues imprime 6
Se corrigio la funcionalidad de Boton E y ahora imprime E en vez de 6
Se agrega boton clr cuya funcionalidad sera la de limpiar la pantalla
Se agrego codigo para funcionalidad de boton suma, jmp y operador
Se agrego jmp y operadores para resta, mult, divc, divr e igual
Se agrego identificador de base seleccionada con 0 como default para decimal, 1 para hex y 2 para binaria
Se agregaron los valores en funcion de la seleccion de la base para la creacion del numero
Se agrego codigo para agregar e imprimir numeros en funcion de la base seleccionada
Se agregaron funciones que sombrean las bases al momento de seleccionarlas.
Se agrego codigo de boton cls
Se agrego codigo para evitar que se agreguen muchos 0's a la pantalla
se agregaron comentarios en codigo para evitar que 0's crezcann en pantalla
Se agrego codigo que no funciona correctamente aun para num2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modificaciones hechas