asm Statement
mikroPascal PRO for AVR allows embedding assembly in the source code by means of the asm
statement.
You can group assembly instructions with the asm
keyword:
asm block of assembly instructions end;
Pascal comments are allowed in embedded assembly code, along with one-line assembly comments starting with semicolon.
Copyright (c) 2002-2012 mikroElektronika. All rights reserved.
What do you think about this topic ? Send us feedback!
What do you think about this topic ? Send us feedback!