Closed GoogleCodeExporter closed 9 years ago
Does this actually allow editing of assembly files in a reasonable manner?
Things like indentation, auto-format, etc. seem like they won't work (or make
sense), but maybe that's not a problem. Do you have a sense of how awkward it
is to actually edit the .S files in the IDE after this change?
Original comment by dmel...@gmail.com
on 4 Jul 2010 at 4:33
dmellis, currently the actual editing isn't really great and maybe even
impossible in Arduino IDE. Especially the tabs being replaced by spaces makes
it hard.
These minor changes do however at least make the compilation process support
assembly files.
It would be great if the IDE would really support the modification of assembly
files. For now I think this makes at least the compilation a whole lot easier.
Original comment by qistoph
on 4 Jul 2010 at 9:02
Rather than have these open in the IDE, I think it would be better to add
support for a code/ or libraries/ folder in the sketch (issue #314). Then you
could put assembly files there and they'd be linked against your sketch.
Proper support for editing assembly files probably isn't going to happen any
time soon, so it seems better to simply link them somehow. (I'm marking this
as a duplicate so it points to issue #314, even though they're not quite the
same thing.)
Original comment by dmel...@gmail.com
on 2 Aug 2010 at 7:41
Issue 359 has been merged into this issue.
Original comment by dmel...@gmail.com
on 27 Sep 2010 at 5:10
Original issue reported on code.google.com by
qistoph
on 11 Jun 2010 at 10:54