On 2014-11-04, ast <nom...@invalid.com> wrote:
>
><sohcahto...@gmail.com> a écrit dans le message de 
> news:e5c95792-f81f-42b4-9996-5545f5607...@googlegroups.com...
> On Tuesday, November 4, 2014 8:49:36 AM UTC-8, françai s wrote:
>
>
>>I can't think of any reason why someone would WANT
>>to program in binary/hex machine code.
>
> It happens if you design yourself a specialized microcoded
> machine, also known as a number cruncher and you dont
> want to developp assembly tools to program it.

It only takes a couple hours to write a half decent two-pass absolute
assembler in Python.  I've done it.  There are also generic assember
toolkits/frameworks available.  Doing real work in binary is insane.

I know people _think_ they're're only going to spend an hour writing
"just this one" program in binary, so it's not worth spending a few
hours developing tools.  IME, they're always wrong.

> So you have to fill a memory with 0 and 1
>
> It's sometimes the work of electronic engineers, chip designers. 

-- 
Grant Edwards               grant.b.edwards        Yow! Did I say I was
                                  at               a sardine?  Or a bus???
                              gmail.com            
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to