Advanced Search
Search Results
156 total results found
RC2014 USB UART
Using supplied UART [ 43.140568] usb 3-2: new full-speed USB device number 4 using xhci_hcd [ 43.281499] usb 3-2: New USB device found, idVendor=3171, idProduct=0034, bcdDevice= 2.10 [ 43.281508] usb 3-2: New USB device strings: Mfr=1, Product=2, Seri...
Using CP/M
CP/M Quick Reference Control key commands CTRL + C Restarts CP/M by initiating a warm start CTRL + E Forces the cursor to the next line of the screen for continued command line input. CTRL + H Moves the cursor one space to the left in ...
MS Basic
Basic files Use unix2dos to convert line end to DOS compatible before uploading if file was created on UNIX. Commands list Print program system Exit to CP/M load "file" Load program from file print "hello" Print string
ZDE16 - programmers editor
Installation: https://techtinkering.com/2008/10/21/installing-zde-1-6-a-programmers-editor-for-cpm/ Configure COM file: f:zdenst16 zde16 Keys ESC h Bring up the command key help CTRL+BS Delete char to left CTRL+k q / ESC q Quit edito...
PMext - archives
List files in archive: p:pmext <file.pma> Extract to drive: p:pmext <file.pma> <drive>:
Igor: Zabbix
Templates Synology DiskStation SNMPv3 (modified): Synology DiskStation SNMPv3.yaml Switch Interfaces SNMPv2: Switch Interfaces SNMPv2.yaml
Smart switch ESP8266EX
Sonoff WiFi smart switch Original firmware: fwbackup.bin Installing alternative firmware: https://tasmota.github.io/docs/Getting-Started/ Input for the board is from mains. It is then rectified and transformed down to 3.3V via DS1117 regulator to po...
Ann: Kodi
SSL certificate for web UI Put certificate in /storage/.kodi/userdata/server.pem (pem) and key in /storage/.kodi/userdata/server.key (unencrypted; pem) Go to Settings / Services / Control and turn on Enable SSL.
Casio FX-870P
Manual (Japanese with English commentary): CasioVX-4-Manual-Peter-Rost.pdf Programming in C Navigation S (red), F.COM (blue) Enter C programming mode S Source - edit code R Run - compile and run code Arrow keys Select program ...
Workbench
WHDLoad Uses .Slave files that define how to load disk files and when for disk based games and demos. Can be called with whdload SLAVE=foo.Slave or SLAVE=foo.Slave can be set up in Tool Types on the slave file with WHDLoad Default Tool.
Homarr
Restore board from backup Find default.json (or other board) in YH backup file: apps/homarr/backup/var/www/homarr/data/configs/default.json and upload to server. Put the file in the configs directory: # Stop Homarr service systemctl stop homarr.service # ...
MACRO-80 Assembler
Manual: M80 Assembler.pdf Linker: Microsoft L80 Linker.pdf Compiling Using prompt Run with M80; prompts for file names in format: [[out-dev:]out-file[.ext]][,[lit-dev:]list-file[.ext]]=[in-dev:]in-file[.ext][/options] Try =example to compile example....
Quazar OLED interface
Official site: https://2014.samcoupe.com/#graphicoled Based on SSD1305 OLED display (128x32 version?): SSD1305.pdf Uses 0x50 I/O port by default (fully configurable). I/O decoder uses 74HCT02 NOR gates and 74GCT688 8-bit comparator. The SSD1305 chip is p...
Rsync
Copy content preserving attributes of /foo to /bar: rsync -aXHA --info=progress2 --stats /foo/ /bar To exclude specific paths from /foo, for example: --exclude=/.snapshots --exclude=/.swap To use .rsync-filter files as exclude info use -F flag. For example...
LUKS encryption
Set up new encrypted volume Format cryptsetup luksFormat --type luks2 /dev/<dev> cryptsetup luksDump /dev/<dev> Note the UUID. Open cryptsetup luksOpen --allow-discards /dev/<dev> <name> Creates new device /dev/mapper/<name>. Format mkfs.btrfs /dev/ma...
CP/M Software archives
http://www.cpm.z80.de/binary.html http://www.retroarchive.org/cpm/index.html http://www.floppysoftware.es/cpm_projects.html?path=cpm_projects
Linux tools
cpmtools Disk format definitions: /usr/share/diskdefs. List files in image: cpmls -f z80mbc2-d0 rc2014_cf.img Copy all files from image: cpmcp -f z80mbc2-d0 rc2014_cf.img '0:*.*' /tmp/1 Additional entries for /usr/share/diskdefs: ## Extras for Z80-MBC2 #...
Z80ASM - Z80 Relocating Macro Assembler
Documentation: Z80ASM.PDF Compiling .Z80 assembly file to .COM file: d:z80asm <file>/f
ZASMB - A Zilog mnemonic assembler
Documentation: ZASMB Documentation.pdf Compiles .Z80 to .COM file: D:zasm <file>
FORTH-83 version 2.0 for CP/M-80
Repository: https://github.com/janaite/forth83-80 Manual: F83-20.MAN (from http://www.retroarchive.org/cpm/cdrom/CPM/FORTH-83/) Copy f83.com to your system and run it. Words: BYE - exit to CP/M WORDS - list words SEE word - see word definition VIE...