I’m thinking he meant Byte Coding e.g.,
… header here
start:
db 90h. ; nop
db 90h. ; nop
db 0C3h. ; ret
end start
Using the hexadecimal op codes…
Otherwise getting the op codes then translating to binary would be rather tedious and could get very cumbersome and of course error prone.
I’m on my iPad right now otherwise I’d give a better example…
Darn auto correct doesn’t like the mnemonics
Direct binary coding would be an exercise in futility, lol