A86: variables and stuff. . .


[Prev][Next][Index][Thread]

A86: variables and stuff. . .




i have a variable that i want to store  a number in, then install an
interrupt, and be able to call the variable up and cp it with a  the
variable is:

speed equ $-int+_user_int_ram+1
   .db $1

and also i need to know what the difference between .db and .dw and it
there are any other thins like those

thanx,
patrick



Follow-Ups: