SLC 500 enhanced: binary, integer, float, ASCII, and string files
This addressing syntax applies to SLC 5/03 OS301 and SLC 5/04.
Fnnn:www/bb
F | (file type) | |
B | Binary | |
N | Integer | |
F | Floating Point | |
b | ASCII | |
ST | String | |
nnn | (optional file number) | |
Binary | 3, 9-255 decimal | |
Integer | 7, 9-255 decimal | |
Floating Point | 8, 9-255 decimal | |
ASCII | 9-255 decimal | |
String | 9-255 decimal | |
Binary, integer and floating point file types will use default file number if the file number is absent. The default numbers are 3 (binary), 7 (integer), and 8 (floating point). | ||
www | (word address) | 0-255 decimal |
bb | (optional bit offset within word) | 0-15 decimal |
Example
F8:129/2 |
Provide Feedback