Skip to content

Version 3.2

Latest
Compare
Choose a tag to compare
@dfandrich dfandrich released this 08 Mar 09:07
· 9 commits to master since this release
  • Detect an infinite file loop in .d64 & related disk images
  • Support .d81 extension for 1581 disk images
  • Support -- to end command-line options
  • Fix a harmless read one byte past the end of a buffer
  • Fix a crash when just -d is given
  • Report a consistent file length in a corrupted Lynx file
  • Add support for TAP tape archive files
  • Support LDFLAGS in makefile
  • Add CI jobs testing fvcbm under many different environments

Besides the source code, the following statically-linked binaries are available for download for a number of OSes. They include code from the noted libc that is freely available under the linked license:

fvcbm.com — CP/M (Z80) [z88dk]
fvcbm.exe — MS-DOS (x86) [Borland C++]
fvcbm-linux-arm — Linux (arm7, works on aarch64 systems, too) [MUSL]
fvcbm-linux-x86 — Linux (i586, works on x86_64 systems, too) [MUSL]
fvcbm-macos — macOS fat binary (aarch64 + x86_64) [macOS]
fvcbm-windows.exe — Windows (i686) (win32 or win64 systems; dynamically linked to msvcrt.dll) [mingw]