13.07.2015 Views

TMS320C5x DSP STARTER KIT USER'S GUIDE

TMS320C5x DSP STARTER KIT USER'S GUIDE

TMS320C5x DSP STARTER KIT USER'S GUIDE

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Directives Reference.spaceSyntax .space size in bitsDescriptionThe .space directive reserves size number of bits in the current section. TheSPC is incremented to point to the word following the reserved space.When you use a label with the .space directive, it points to the first word reserved.ExampleThis example shows how the .space directive reserves memory.Source file:************************************* Begin assembling into .text************************************.text************************************* Reserve 15 words in .text************************************.space 0f0h.word 100h, 200h************************************* Begin assembling into .data************************************.data.string ”.data”******************************************** Reserve 2 words in .data;* Res_1 points to the first reserved word*******************************************.space 020h.word 15Assembler Directives5-29

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!