Difference between revisions of "CSC103: DT's Notes 1"
Line 1,823: | Line 1,823: | ||
To '''stop''' the program you can either close the graphics window, or click on the round button with a black square in the IDE. | To '''stop''' the program you can either close the graphics window, or click on the round button with a black square in the IDE. | ||
− | =Translating Assembly Examples into Processing= | + | <br /> |
+ | {| style="width:100%; background:#FFD373" | ||
+ | |- | ||
+ | | | ||
+ | ===Translating Assembly Examples into Processing=== | ||
+ | |} | ||
+ | <br /> | ||
We saw some very simple examples in assembly language for doing very simple operations. Never-the-less, these simple problems required complex assembly language programs to solve them. We now look at a these same problems, but this time using a "high-level" language: Processing. | We saw some very simple examples in assembly language for doing very simple operations. Never-the-less, these simple problems required complex assembly language programs to solve them. We now look at a these same problems, but this time using a "high-level" language: Processing. | ||
Revision as of 10:20, 2 October 2013
--© D. Thiebaut 08:10, 30 January 2012 (EST)