SIVERse
Newbie level 3
I'm building a computer that can display 100 characters in binary, which i can translate to letters. It should work like this:
for instance the key with an I on it is pressed, that that key then puts 0 0 0 0 0 0 0 1 (for instance) on the data, which then via the bus goes to a sort of memory. 100 of characters can then be 'saved' in the 'memory', i say 'saved' because the problem is that when turned off it wont save those 100 characters. I'd like to have a way to get them via the bus to a tape. Does anyone know how to get binary onto tape?
for instance the key with an I on it is pressed, that that key then puts 0 0 0 0 0 0 0 1 (for instance) on the data, which then via the bus goes to a sort of memory. 100 of characters can then be 'saved' in the 'memory', i say 'saved' because the problem is that when turned off it wont save those 100 characters. I'd like to have a way to get them via the bus to a tape. Does anyone know how to get binary onto tape?