python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to assemble for MIPS cpu in the gnu assembler
I learning MIPS assembly and I want to assemble a MIPS assembly using as or gas command
Looking at the manual page
I tried to assemble using
as -mips32 myfile.asm
But it said it is an unrecognized op...
Akagi Akira
Votes: 0
Answers: 1
why sometimes use offset flat:label and sometimes not
I'm learning assembly using GNU Assembler using the Intel syntax and there is one think that I don't really understand. Say for example this code right here :
.intel_syntax noprefix
.data
string: .asc...
Liwinux
Votes: 0
Answers: 1
ASM in VS Code via the GNU Assembler Language Support Package
I am trying to learn Assembly, and my IDE of choice is VS Code. I installed this GNU package in the VS Code marketplace to try and be able to use Assembler within VS Code, and it keeps giving me this ...
William Ryman
Votes: 0
Answers: 0
Error: operand size mismatch for `lea' (seems like syntax error)
I'm trying to add a function S_0x804853E in an assembly file compiled by GCC. And i'm trying to assemble the file to execuable file. The complete assembly file is followed.
.file "simple.c&...
S1mple
Votes: 0
Answers: 1