Posts by Joseph F. • 71 points
2 posts
-
4
votes1
answer813
viewsA: How to make a Chained List in Assembly?
I recommend you do in C, and when compiling (with GCC) you compile this way gcc.exe programa.c -o codigo.asm -S Then the compiler will convert your C code into Assembly, then you can see how it was…
-
3
votes4
answers24368
viewsA: Close Mozilla, IE, Chrome tab
Hello, to run window.close() the action should come from an event ( I always use click ), because I do not know if it works for other events. So if you do:…