output byte value in assembler

Posted by altvali on Stack Overflow See other posts from Stack Overflow or by altvali
Published on 2010-03-30T16:46:29Z Indexed on 2010/03/30 17:23 UTC
Read the original article Hit count: 496

Filed under:
|
|

I'm a bit ashamed about asking this, but how do i output the value of a byte in assembler? Suppose I have the number 62 in the AL register. I'm targeting an 8086. There seem to be available only interrupts that output it's ascii value.

© Stack Overflow or respective owner

Related posts about assembler

Related posts about assembly