skip

Assembly Syntax

.skip n

Operation

skips n bytes

Comments

Programmer's notes

Used to create an empty space to be used later as a stack, for example

Example

.skip 64

Home Page Index Page All Assembler_directives Instructions