ImageCraft Assembly Language Guide, Document # 001-44475 Rev. *B
79
Assembler Directives
5.3
RAM Block in Bytes
BLK
Reserves blocks of RAM in bytes. The argument is an expression, specifying the size of the block, in
bytes, to reserve. The
AREA
directive must be used to ensure the block of bytes will reside in the cor-
rect memory location.
PSoC Designer requires that the
AREA
bss
be used for RAM variables.
Directive
Arguments
BLK
< size >
Example:
A 4-byte variable called MyVariable is allocated.
AREA bss
MyVariable:
BLK 4
Summary of Contents for PSoC DESIGNER ImageCraft M8C
Page 6: ...6 ImageCraft Assembly Language Guide Document 001 44475 Rev B Contents Feedback ...
Page 10: ...10 ImageCraft Assembly Language Guide Document 001 44475 Rev B Introduction Feedback ...
Page 24: ...24 ImageCraft Assembly Language Guide Document 001 44475 Rev B M8C Microprocessor Feedback ...
Page 95: ...ImageCraft Assembly Language Guide Document 001 44475 Rev B 95 Assembler Directives Feedback ...
Page 96: ...96 ImageCraft Assembly Language Guide Document 001 44475 Rev B Assembler Directives Feedback ...
Page 104: ...104 ImageCraft Assembly Language Guide Document 001 44475 Rev B Feedback ...
Page 108: ...108 ImageCraft Assembly Language Guide Document 001 44475 Rev B Index Feedback ...