Quantcast
Channel: x86 Assembly - Programmers Heaven
Browsing all 152 articles
Browse latest View live
↧

neEd help in creating PASSWORD taSm pRogram.....

pls..kindly help me in creating a TASM program which allow me to input a 8-10 PASSWORD i want to use "BURANDAY" as my PASSWORD..and the input password should be in a ASTERISK.. and if the PASSWORD is...

View Article


Need Help with MC6800

Assume that (D1) = $0000 FFFF before each instruction below executes. Determine the results, including the setting of the condition codes after the following.a) ADDI.B #1,D1b) ADDQ.L #1,D1c) SUBQ.B...

View Article


Need help to write a MC6800 program...

Write an MC68000 program that generates and adds up all even numbers from 1 to 100* the program must use at least one loop* the program should store the sum in register D4* Start the program at address...

View Article

need some help with basic instructions

Can I use a negative num as operand?for exmple:add eax, -1orsub eax, -1Can I use dec, when the register's value is 0?for exmple:mov eax,0dex eax

View Article

Optimization

Looking purely at speed ( clock ticks ) which code executes faster ?[code][color=Blue]mov eax,gs:[edi+4] -or-add edi,4mov eax,gs:[edi][/color][/code]

View Article


segment of instructions (MC68000) Question...

i'm using shift operations to divide a long word in register D3 by three and storing the result in memory address specified by A2: Below is my MC68000 program..is this correct?Move.L D1, D2, D3, -(SP)...

View Article

bubble sort

Hi everyone, I'm trying to implement a function in x86 assembly that sorts a given array of characters in descending order according to its ASCII code. The inputs are an array of characters and the...

View Article

finding smallest letter in a given array of characters

Hi,I need to implement a function that finds the smallest letter in a given array of characters (according to its ASCII code), capitalizes it if necessary and then returns it. The function has the...

View Article


I'm looking for huffman algorithm code (in assembly)

I'm looking for huffman algorithm code in assembly. I'll take it to make a program about compression data file . I want code which is easy to understand because I just learn about it . please help me...

View Article


Delete

Delete the post that I have made.

View Article

ERROR: ILLEGAL IMMEDIATE IN JMP INSTRUCTION

Hi to every body,i have searched around all internet and i can't find a response to solve this error. It is good to say that i'm new, and learning by my self from a book.well, the problem:i'm working...

View Article

Delete

Delete the post that I have made.

View Article
Browsing all 152 articles
Browse latest View live