ROBOTC.net forums http://robotc.net/forums/ |
|
Inline Assembly http://robotc.net/forums/viewtopic.php?f=11&t=6678 |
Page 1 of 1 |
Author: | blorg [ Thu Aug 29, 2013 9:51 am ] |
Post subject: | Inline Assembly |
Hello, I've programmed in the RobotC environment before, but would like to know if there are any ways of writing inline assembly code like in C? |
Author: | Ernest3.14 [ Thu Aug 29, 2013 11:38 am ] |
Post subject: | Re: Inline Assembly |
The `inline` keyword isn't supported in RobotC. You can view disassembly by right-clicking on your code. As for coding in assembly, I'm not sure... If you take a look at "RobotCIntrinsics.c", you'll find some places where the keyword `asm` is used. I dunno, really... ![]() |
Page 1 of 1 | All times are UTC - 5 hours [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |