sounds to be a bit kiddy question but still ....what is assembly language all abt ?? what it is used for ? i want to learn the language .......wanted some linkz to learn or guides ..... ?? ...
Hello Experts, please tell me what does the following interrrupts do
1)
MOV AX 1001H
MOV BH,01
INT 10H
2)
MOV AX 1003H
MOV BL,0
INT 10H
3) What values does the instruction MOV ...
I have a homework in which I have to disassembler the code and figure out how to defuse the bomb. Can anyone help please
thanks
bomb-quiet: file format elf32-i386
Disassembly of s...
Hello
I want a piece of code which can multiply large numbers like 100 digit number.
Thanks from now!
hi. It is my first time using the site but I promise to grade generously and swiftly if your answer can steer me in the right direction. I am working on a homework that has been asked about p...
hi thanks for looking. I have a simple question on the assembly instruction movl (move long). I think I'm using Intel Architecture 32 (IA32) assembly if it makes a difference.
Basically,...
I want to take the next step in my web programming development. I'm tired of using the same methods, events and functions over and over for different applications. I want to build an assembly ...
Im trying to verify my thinking on how gcc/asm puts this together.
PTA7 for example would equal 0x007f ?? If that is correct why define "CORE1+0x00" ?
Why CORE1+0x00 and not just CORE1 ?
Cant figure out the issue here, this should work but I keep getting a symbol type error. I am new to assembly so any help would be great.
i want to lear how to program and design a project for a microcontroller Propeller chip
I'm trying to write my first simple assembly program using the gas assembler on Linux, with AT&T syntax.
The program is meant to simply push some characters onto the stack, and then output ...
Hello,
I am trying to learn asm with nasm. I am reading assembly language step by step and am almost done. I understand most of it and will probably read 5 or 6 times to where i can code more...