assembly
Assembly Language: Read (w/o echo) and write
I am writing a program that will read and write characters, converting lowercase characters to uppercase. This is my first assembly program, so I am attempting to first get the program to read in a ch[详细]
2023-04-08 00:37 分类:问答C Memory Management in Embedded Systems
I have to use c/asm to create a memory management system since malloc/free don\'t yet exist. I need to have malloc/free![详细]
2023-04-07 22:55 分类:问答How to get the address value of a function in assembly
In gc开发者_JAVA百科c assembly code listed below, I want to store the address of function foo to var, how do i do it? Thanks.[详细]
2023-04-07 21:10 分类:问答How can I initialize an array in MIPS?
In my previous question, I inquired about converting the MAX_ARRAY() function into MIPS. I have completed that task. Now, I wish to initialize an array in my program. How might I achieve this?[详细]
2023-04-07 14:55 分类:问答"error A2006: undefined symbol" in masm32 in window 7 64 bit?
When i run this example, I get an error. After removing PROC1 PROC FAR, I get another error "symbol type conflict". With /coff: "leading underscore required for start address : START&qu[详细]
2023-04-07 14:54 分类:问答Simple assembly algorithm to find the largest number - Why is it returning the wrong number?
I am working on a simple routine that will loop through a list of numbers and return the max. It is always returning 11 and I cannot see what\'s wrong with my logic. To test the routine I have a list[详细]
2023-04-07 14:44 分类:问答Can't compile/assemble MRC and MCR coprocessor instructions on iPhone?
I don\'t seem to be able to assemble the MCR and MRC ARMv7 instructions (these are coprocessor access instructions) with iPhone? I have some of these instructions in some inline assembly blocks that w[详细]
2023-04-07 14:10 分类:问答Assembler and c++ output text
How can I display text with assembler in c++ code? I want to make a function with a parameter the string开发者_开发知识库 which will be displayed.In the assembler you can make the appropriate system c[详细]
2023-04-07 12:33 分类:问答Why PUSH a variable via a register, rather than PUSH the variable directly in assembly language?
I came across a key logger program in asm in a forum. I though that I might create a key logger myself. When I was reading the code to see what was actually going on in that program, I came across som[详细]
2023-04-07 12:10 分类:问答Convert C++ to MIPS assembly
This code is about to find maximum element from an array i want to convert this code into MIPS assembly code can anyone help me...Or just tell me how 开发者_运维问答to initialize an array in MIPS.[详细]
2023-04-07 11:04 分类:问答