Close

154 Results for "역삼유흥★010=4648=0930 ω최저가ωdown금나라실장℈shampoo강남프린스℈objet강남테란℈real강남란제리클럽℈civa강남살아있내℈kona강남지중해"

  • Inter-globule communication

  • So far, the 2R1W opcodes have 1 full destination field (6 bits) that determines the globule number, one partial source register address within the same globule, and one full register address that can read from any other globule. It's quite efficient...
  • Tagged Control Stack

  • Tagged registers (see 14. Tagged registers) might not be the best idea ever. OK. But my latest musings about the stacks (#A stack.) and the support from various languages made me realise that a different view is necessary. The usual C stack is a merged...
  • What's Required.

  • I'm chilling at crashspace and diving into this project. Phase IIRequirements and MetricsBased on customer needs above I’ve compiled this list of requirements, and the metrics by which to measure them by. I’ve split this into subjective measures and...
  • Multiplication Hardware

  • Moving the Unused Bit Here are the changes I made to move the unused bit to the least significant end. The carry-in logic and initialisation of the Zero FF now takes place at T1 of an LSW instead of T0. The logic for extending bit 16 to bit 17 of an...
  • Multiply Instructions

  • Microcode for the single-word Multiply and Add instruction: # OPCODE L STAT : SHS EOI RFA XSEL CMX YSEL CARRY WRF ODD SS1 MSW LSW MMSW MLSW WMEM MISC INCMS UBCOND UBADDR # V - Multiply and add 11111 0 0001 : SHS - 00 X0 - Y0 CY0 -- - - - - - - - ---...
  • ALU

  • EDIT: the final, completed in hardware, version of ALU described in newer post. Original: This is the description of the Arithmetic-logic unit of this "computer".  Most of it I conceived a year ago, and now, after some modifications, it is one of...
  • The Address Decoder

  • Address decoding for the m68k is a bit more involved than for most (all?) of the 8-bit CPUs that were around at the same time, and so requires a bit more careful design. The specific things that make it complicated are:The larger (16MB) address spaceThe...
  • Low-Profile Pin Headers

  • Attempting to make the whole package thinner, I went looking for shorter female pin headers than the 8 mm ones I had used. At western distributors, I found four manufacturers with suitable products: Samtec, 3M, PRECI-DIP, and Mill-Max. Three of them...
  • Sound Check

  • This is the quick hack of another code sample "Register writer" to play a warm up sound. The hardware is based on the schematic linked in the code. Works with Arduino Uno R3 aka: 328 compatible boards. https://pastebin.com/raw/FehmVLQS /*******************************************************************...
  • Initial steps

  • 2020-10-27 Ordered modules to play with: AZDelivery ADS1115 ADC Analog to Digital Converter 16bit 4-Channel Module (pack of 3)AZDelivery I2C 0.96-inch OLED Display SSD1306 128x64 Pixels IIC 3.3V 5V White Character DisplayAZDelivery MCP23017 16-bit Bidirectional...
  • Q2 Computer

  • Background Making a computer out of 7400-series logic, FPGAs, or PLDs is fun, but a lot of the complexity hides in those integrated circuits and their structure significantly affects any design that uses them. This led me to design and...