[A86] A86:Ans to data


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

[A86] A86:Ans to data




How do I store the value in 'Ans' to a normal data structure?  What I mean by 
normal is:  
DataStructure:
.db 0
and then I want to overwrite the 0 with the number in 'Ans.'  Signed would be 
nice, but not necesary, and writeback is not desired.