Hi,

i have a project na kelangan ko ilagay yung special character sa ascii to tasm.. but i dont know how kung pano i convert.

the code below ay sa paglagay lang ng color o kaya pag clearscreen:
mov ah, 06h
mov al, 00
mov bh, 07
mov ch, 02
mov cl, 03
mov dh, 02
mov dl, 76
int 10h

this for declaring a string:
message db"Enter your name: $"

mov ah,09h
mov dx, offset msg1
int 21h


pero how about if galing sa extended ascii ung character like ung two line corner na ang dec 200 ,hex c8


help naman po gumawa ng code for this.

thanks..

for TASM compiler po sana na code..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.