Section 9.2: Assembling and running CSC-1 programs (Frame 10)                     [prev][home][next]
And you can store binary numbers directly into memory. You must suffix them with "b": >> m1000=1101010000b

All binary values are treated as unsigned numbers, with the maximum being
65535, or 1111111111111111 (16 ones).