i want to find factorial a number which i take memory first.(intel 8085) edit: i\'m beginner. i don\'t know how to write it\'s assembly codes.
I\'ve been reading up on memory models in an assembly book I picked up and I have a question or two.Let\'s say that the address bus has 32 lines, the data bus has 32 lines and the CPU is 32-bit (for s
Recently I\'ve started plaing with assembler under linux, there\'s good debuger, but comming from Ruby I\'m missing simple REPL that would let me enter a l开发者_运维技巧ine of assembler code and see
What is the minimum set of steps required to use LODSB to load a relative address to a string in my code?
I have just started the Assembly language programming and in the first 开发者_高级运维lecture our teacher told us about intel 8080 and intel 8085 and he said there was 64k memory with these processor.
i know this is kinda retarded but I just can\'t figure it out. I\'m debugging this: xor eax,eax mov ah,[var1]
when compiling this in ml64.exe 64bit (masm64) the SSE command give me an error what do i need to do to include the SSE commands in 64 bit?
I\'m wondering if anyone might know how to perform a division between two signed integers in MIPS, WITHOUT using the built in division operations.
I\'m outside gdb\'s target executable and I don\'t even have a stack that corresponds to that target.I want to single-step anyway, so that I can verify what\'s going on in my assembly code, because I\
Is it possible to allocate locally-scoped memory in assembly? For example, consider the following (completely contrived) situation: