Its not wrong though

alphacyberranger@lemmy.world to Programmer Humor@programming.dev – 805 points –
131

You are viewing a single comment

Re: Coding in binary. It makes no difference. Your assembly is binary, just represented in a more human readable form when writing it in assembly.

Re: Manual interaction. Sure there's plenty of old computers where you can flip switches to input instructions or manipulate registers (memory on the cpu). But this is not much different from using assembly instructions except you're doing it live.

You can also create purpose built processors which might be what you mean? Generally this isn't too useful but sometimes it is. FPGAs are an example of doing this type of thing but using software to do the programming of the processor.

this isn't too useful

The point isn't to be good, practical or useful. It's to be cool 😎

But this silly question still informed me of something I had misunderstood: I had thought assembly and machine code were the same thing.

1 more...