Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Hello! i found this function written in asm and I was wondering, when it passes back the seconds in al, how would i print them out after the function is called?? And Also, i had to port this code into code usable for AS. If you see anything wrong, please let me know! thanks!
okay I am now able to print out the values in asm but they are smilies or arrows and then the alphabet and then the 0-9 and it repeats, so i'm guessing it is counting correctly cause its going at 1 char per second.
My question is now, how do i correclty output the NUMERIC second??
i am trying to find an algorithm for it, but no luck, please help out!
i was reading around the board and i found some posts that said its possible to just use printf("%x", vari); in c? but i was wondering is there a way to write a hex to the screen in assembly???