I need to output binary conversions(which I understand how to do). The issue I am having is that the LMC seems to not be able to print three zeros or '000'. Any idea how to get the program to perform this behavior? If this is a terrible question please help me rephrase or point me to a resource, thank you very much.
Edit: The code I am using:
LDA first
OUT
HLT
first DAT 001
or
LDA first
OUT
HLT
first DAT 000
Neither worked for me until I switched assemblers.