pikolo543
05-07-2003, 02:30 AM
hi there
please help me about assembly, how can i use numeric operators and string, characters, decimal numbers converstion. how can i do this in assembly. like this
declaration of variable A is Decimal, B is Decimal, C is Decimal
the coding the
" ' " is a comment
A = 1
B = 2
C = A * B 'Mutiply A to B and assign to C
Print C ' print it to the screen , the valu of C must be 2
please help me about assembly, how can i use numeric operators and string, characters, decimal numbers converstion. how can i do this in assembly. like this
declaration of variable A is Decimal, B is Decimal, C is Decimal
the coding the
" ' " is a comment
A = 1
B = 2
C = A * B 'Mutiply A to B and assign to C
Print C ' print it to the screen , the valu of C must be 2