In my assembly language project i am facing three errors in corresponding line as given below:
1)Message:DB 13,10,"Non-
system disk or disk error"
DB 13,10,"Replace and
press any key"
DB 13,10,0
2)IOSYS: DB "IO SYS"
DB "MSDOS SYS"
DB 0
DB 0
ORG 7C00H + 01FEH
DB 55H
3) DB AAH ;Boot sector
;signature
Line1 and line2 error
syntax error : DB
Line3 error
undefined symbol : AAH
Please guide me.