Anyone know a good resource for learning assembly for the TI-83+ calculator? All the info I can find is for the TI-83.
What about ion? Isn't that a kind of calc assembly?
I'm mostly intere...
i need some help to draw a circle using assembly... the user provides the program with the center and the size of the circle. can you help me with that? leave a mensage! (c:k
Hi experts,
I need an explination of the difference between store word and store byte in assembly language. I know that with normal variables i can use the store word command to sto...
Hi all,
I have to write a little machine language routine to enhance performance of a processor intensive algorithm written in C#.
I am proficient with Visual C++ and have some experience wi...
The MIPS hardware does not support a NOT instruction to perform Logical inversion. (ones complimenting)
How can i achieve a NOT operation in MIPS
Hey,
I need some help with translating C code to mips assembly.
A few things I'm unsure about the mips code I wrote are:
Not exactly sure how to test or use arguments.
True ...
Why does asm report:
seqtoccr.as2:235: Error: too many memory references for `int'
seqtoccr.as2:236: Error: too many memory references for `int'
seqtoccr.as2:237: Error: too many m...
Hi experts.. I'm a recent graduate in the field of Computer Science, but am entirely unfamiliar with Assembly language, even though i have completed a course or two on it. The following was...
Hi, I am new to OllyDbg debugger, and new to assembly language debugging in general.
I am having OllyDbg 1.1
Can somebody pls. tell me what is the difference between Step into, Trace Int...
I have been messing around with MASM for some weeks now and I want to try and make something that would interest me like a game. So I thought I wanted to make a Maze game. Not sure on size yet...
I tried several times but couldn't get it, perhaps i missed some point in the loop or keeping track of the stack, here is my disassembled code of phase_2. I don't think i understood clearly ho...
I downloaded an assembly language tutorial but it was for masm and not for tasm. is there any big difference between masm and tasm. will the code written for masm works under tasm?
I have a dos based program from 1987 that i am to re-writing. It communicates over the serial port. It sends packets of 7 and 8 bytes with a 2 byte checksum. The thing is I have no idea what t...
I am trying to take a string from one variable and stick it into another variable backwards. YES this is a school project, but I am stuck. Here is my code.
; this program copies a str...
Hii, my project is "stopwatch(count down) with Assembler" i writed but it not working as well as i want, its'n give me error but not working properly. i writed it with TASM. thank you for your...
Hello im trying to convert a c function into assembly :
What am i doing worng ? I do not understand how procedures work that well ?
I'm using WinXP Professional, and I'd like to create my own Keystroke Monitoring program. That way, while I'm away from any of our computers and someone else does something mischievous to any ...
Hi, I am currently learning how to program an 8051 microcontroller but my assembler (Metalink) keeps saying I have errors when I assemble it. I can't seem to find the error and the code is ...
08048ea0 <smoke>:
8048ea0: 55 push %ebp
8048ea1: 89 e5 mov %esp,%ebp
8048ea3: 83 ec 08 sub $0x8,%esp
8048ea6: c7 04 24 5a 9b 04 ...
I read most of the explanation that infinity08 gave to others and it helped me a lot to figure out the previous phases. thanks a lot for your effort and willingness.
Now I'm trying to figur...
Can anyone tell me a best way to learn assembly language and know its significance.. but i dont find any step by step practical way to learn it...
Which tool i can use to develop ? If so w...
how to write program in 8086 assembly language that multiplies two four digit packed bcd numbers.
how to write assmbly language program to find any given sub string in a string.
Hi,
I want to do assembly programming for ARM compatible processor. Where shall I get a basic tutorial to start with the programming?
Regards,
Deya.
Hello, i've created a simple program that calculates the sum of certain numbers, but now i have to calculate
the sum of numbers that are pretty big. Big enough to cause a overflow/carry.
Wha...