Close

1559 Results for "%EC%9E%A1%ED%86%A0%ED%86%A0%EB%94%94%EB%B9%84 %ED%85%94%EA%B7%B8%EB%9E%A8 DBmong %ED%86%A0%ED%86%A0abc %E1%92%A4 %EC%9E%A1%ED%86%A0%ED%86%A0%EC%82%AC%ED%96%89%EC%82%B0%EC%97%85 %ED%86%A0%ED%86%A0db%EC%B5%9C%EC%A0%80%EA%B0%80 %E1%92%A3 %EC%8B%A0%EC%9A%A9%EB%94%94%EB%B9%84%ED%8C%90%EB%A7%A4"

  • Complete BASIC program

  • I have wrote a complete BASIC program for loading the hook code using the MSX and used "LLIST" command to transfer the program to the PC using the hook code itself. This version was named "complete" because it has instructions on how to change the baudrate...
  • Rev1 Voltage Test

  • I did another test with the rev1 prototype, this time only measuring voltage, and bringing it all the way to the maximum voltage of 60V. Again I am doing calibration and comparison to my Fluke 101 Multimeter. This has a problem as the Fluke 101 does...
  • OPS ENUMERATED - Draft

  • This represents a complete OPCODE list with 14 Constants (int values) available and 10 Labels (byte values) available for creating subroutines. Constants were favored over Labels, but this is up for evaluation. NOP and HCF were both added to the official...
  • Control Board FPGA Pinout

  • I might be missing a few connections yet which I'll correct as I come across them, but here is the pinout of the XC3S250E FPGA on the control board.  Note that the SRAM and the Flash share an interface bus.  Also note that the JTAG interface...
  • How ESP-NOW really works ?

  • To implement the ESP-NOW Protocol, we first need to understand how it works in details. The datasheet doesn't say much on the really low level, especially on the acknowledgment behavior. To understand what ESP-NOW does, I use Wireshark with my PC Wifi...
  • Algorithm bits

  • In this log I will discuss some algorithm ideas I have in mind for MARB. Some are easy, some require higher math. 1. Weather forecast MARB will not be connected to the internet. Call me old-fashioned, but it has nothing to do with AI to get for instance...
  • Z80 (CP/M) Writing to SD Card

  • Digging into SD card writes means shifting gears from the Boot BIOS source code since the Boot BIOS code only does reads. The CP/M BIOS code (CBIOS128.LST) which does the reads/writes after booting. Here's the BIOS code for writes to the SD Card: 0754...