I’ve got a fair editor so far, but I think I will proceed with my assembler before tackling Urbane Basic. That way I can use the assembler system on Urbane and check the assembler out. I think that I will work with 6309, and increase the buffer size to 380k. Big plans Ha Ha
Categories
2 replies on “Editor Assembler”
Thanks a bunch for spending some time to explain the terminlogy for the starters!
Sorry about that. Assemblers are the low level language for each computer. The higher level languages use sentences. Assemblers use words and numbers. The brain of the computer, central processing center, or CPU for short takes groups of ones and zeros to decide what to do with other groups of ones and zeros. People are more comfortable with words and numbers, so we have editors to work with the words and numbers for the people. We feed the words and numbers into an assembler which grinds those words and numbers into ones and zeros for the CPU. Pretty much one name or number for each group of ones and zeros. I hope that helps.