asm Statement

mikroPascal PRO for 8051 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;

The only types whose name remains the same in asm as it is in the mikroPascal PRO for 8051 are registers, e.g. P0, etc.
Pascal comments are allowed in embedded assembly code, along with one-line assembly comments starting with semicolon.

Copyright (c) 2002-2013 mikroElektronika. All rights reserved.
What do you think about this topic ? Send us feedback!
Want more examples and libraries? 
Find them on LibStock - A place for the code