next up previous
Next: SAL Directives Up: SAL & SPIM Previous: BitsBytes, Words

Variable Declarations

Pascal variable declarations:

var

I: integer;
C: char;
X: real;

SAL declarations:

          .data 

I:        .word 
C:        .byte  'A' 
X:        .float 1.414



Mitch Roth
Wed Oct 9 13:38:30 ADT 1996