File:Kenbak IDE running a program.gif
Summary
| Description |
English: A Kenbak-1 IDE/emulator in Python running a simple program that creates an animation on the front panel lights. The GIF was captured with Peek (under KDE on Linux) and scaled down with gifsicle. |
| Date | |
| Source | Own work |
| Author | Morn (Kenbak-1 program shown and GIF capture); Michael Gardi (Kenbak-1 Python IDE and emulator, released under GPL3) |
Licensing
This screenshot either does not contain copyright-eligible parts or visuals of copyrighted software, or the author has released it under a free license (which should be indicated beneath this notice), and as such follows the licensing guidelines for screenshots of Wikimedia Commons. You may use it freely according to its particular license. Free software license:
| This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See version 3 of the GNU General Public License for more details. |
Note: if the screenshot shows any work that is not a direct result of the program code itself, such as a text or graphics that are not part of the program, the license for that work must be indicated separately.
Category:Free screenshots#Kenbak%20IDE%20running%20a%20program.gif
Source code
(Note that this Python Kenbak-1 IDE uses slightly different assembly syntax/mnemonics than the official assembly language in the Kenbak-1 books.)
load A,8 store A,num load A,0 outer load B,128 load X,num jmp X,EQ,end sub X,1 store X,num inner store A,astore store B,bstore or A,bstore store A,OUTPUT load A,0 add A,astore rot B,R,1 sub X,1 jmp X,GT,inner or A,bstore jmp outer end halt astore db bstore db num dbCategory:Kenbak-1 Category:Blinkenlights Category:Emulation software Category:Assembly languages Category:Tkinter Category:Free software programmed in Python Category:Animated GIF files between 50 MP and 100 MP Category:Animated screenshots
| Annotations | This image is annotated: View the annotations at Commons |