Re: [Tutor] assembly language and boot loader

2012-09-28 Thread Steven D'Aprano
On 28/09/12 21:59, Oscar Benjamin wrote: On 23 September 2012 05:46, Fit Wii wrote: 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)? That's two unju

Re: [Tutor] assembly language and boot loader

2012-09-28 Thread Mark Lawrence
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 __

Re: [Tutor] assembly language and boot loader

2012-09-28 Thread Oscar Benjamin
On 23 September 2012 05:46, Fit Wii wrote: > 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)? > Python doesn't generate assembly language code. It d

[Tutor] assembly language and boot loader

2012-09-28 Thread Fit Wii
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@pytho