views:

22

answers:

0

I have a project where i manually define a very long array(over 30, every one is a struct object with 2 values). When I define the array in multiple rows I get an error for every row, I don't get the error after I define it one row.how can i write the array in multiple rows? i have a second problem that when i compile the code

include ConIo.h
include Graph.h
start:  mov ax,dseg
        mov ds,ax
        push 12h
        call SetVideoMode
        int 3h
cseg ends
end start

Tasm 5.0 writes me a "program has no Symbol table" error and i can't trace to the code. how can i fix it? my Cpu is a dual core 1.86 ghz