I know this is off topic but, Assembler forum is dead so here we go?
I'm programming in 80386 Intel environment
How do I printed out a value that's in a register
like example
mov bx, 3
how would I print out bx to the screen to see the value 3?
Any help is welcome
Thanks and sorry for the intrusion
I'm programming in 80386 Intel environment
How do I printed out a value that's in a register
like example
mov bx, 3
how would I print out bx to the screen to see the value 3?
Any help is welcome
Thanks and sorry for the intrusion
Comment