|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need asm code. help me
i need asm code 4 :
1. product table number output : - 10 11 12 ... 20 10 100 110 120 .. 11 110 .... 12 . 13 . . . . 20 ----------------------------------------- 2. give number with max 20 digit and print sum of digit example : 345345345 output : sum is : 36 ------------------------------------------ 3. give a string with length=80 delete 20 char from first delete 20 char from last and change remind char to uppercase and print it example rejhtejkrthekrjtherkjtherkjthrkejt... output : JTHER.... -------------------------------------------- 4. give this data and calculate tax paid hour tax -----------|------|------- 100-150 | 0 | 10% 150-180 | 20 | 11% 180-200 | 50 | 12% 200-250 | 80 | 13% -------------------------------------- thx from all. excuse me 4 bad english ![]() |
|
#2
|
||||
|
||||
|
We don't do homework, what have you tried?
-Simon
__________________
|
|
#3
|
||||
|
||||
|
As simon says.
have a look at the book, art of assembly language it goes into everything you are looking for (chapter 5 should help you if you want to learn). Displeaser
__________________
Vi Veri Veniversum Vivus Vici. |
|
#4
|
|||
|
|||
|
thx and ...
sir SimonGreenhill .
very thx sir displeaser good refrence. do you know list of site for assembly source code ( .asm ) ? (planet of asm ) or source of math function ( .asm ) ? ![]() |
|
#5
|
||||
|
||||
|
I dont know any but a search for "asm source code" in google should throw you a few helpful links.
Check chapter 9 in the link I gave above. Dont know if this is any good for you. Hope this helps. Displeaser |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Other Programming Languages > Need asm code. help me |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|