Close

1469 Results for "8-bit cpu"

  • 4-bit RISC CPU Programming instructions

  • CPU has only 5 instructions, here with opcodes (hex): 0 - Noop 1 - Clear register A (accumulator) and Flag register. 2 - Add immediate to A and save to A. 4 - Jump conditional (when flag Carry is 1) 8 - Jump (unconditional)Instructions are stored in...
  • AVR-ZIF Programmer

  • Solder all components on it, except the Mega 8. I suggest to solder a socket for it instead. So you can replace it later (in case of wrong programming the "Master" CPU")
  • Free run (optional)

  • Although optional, it is highly recommended to test the board so far with the free run test. Connecting the databus to the ground, the CPU will read in 0x0000.0000 as an instruction and will execute a kind of NOP (in fact, it will execute ORI.b #0,D0)....
  • Hardware I/O

  • As you've come to realize, compared to a modern computer, the Supercon.6 badge only offers the barest of necessities. But it does include some interesting onboard capabilities, and there's a whole host of system parameters that can be controlled from...
  • Getting Started

  • The TivaWare for software development kit (SDK) provides all of the components necessary for engineers to evaluate and develop applications for the Texas Instruments TM4C Arm Cortex - M4F device family. Based on Embedded C language, it allows developers...
  • A working MSX1 with BASIC

  • The conversion to MSX1 by adding PPI, keyboard and BIOS/BASIC ROM  gives you an advanced version of BASIC which includes commands for the screen modes, graphics functions like circle and line and the Music Macro Language (MML) for writing music....
  • Mathematic Operations

  • If you've made it this far, we'll assume you understand the basics of entering binary instructions into the Supercon.6 badge and executing them. Now, we're going to ramp things up a bit by chaining multiple instructions together into actual programs....