[Tutor] assembly language and boot loader

Mark Lawrence breamoreboy at yahoo.co.uk
Fri Sep 28 13:48:05 CEST 2012


On 23/09/2012 05:46, Fit Wii wrote:
> Hi there,
>
> Is there any IDE or Python interpreter that can show the
> assembly language generated by each line of python code?  Is there any popular boot loader written in Python
> (plus some assembly code)?
>
> Thanks,
> Jerry
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>

I don't know about getting down to assembly but the dis module 
http://docs.python.org/library/dis.html can show you the byte code.

-- 
Cheers.

Mark Lawrence.



More information about the Tutor mailing list