hi,when i compile the programme,i see the error A34:',' expected, the line which cause the error is DM:DB 0FFH 0C0H can anyone tell me how can i correct the error?
"error A34:',' expected, the line which cause the error is DM:DB 0FFH 0C0H " Try: DM:DB 0FFH,0C0H Vaclav