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@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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to