Hi, How to generate a table in assembly ? CHACK
What you need to use is the DB, DW or DD directives in the appropriate segment.
xtable: DB 7,22,83,67,88 ; byte entries ytable: DW 67fh,784h,0cfdh ; word entries ztable: DD 12345678h,87654321h ; double word entries