Included tags: Command line ×
Excluded tags: None

Change ProDOS file type to SYS

Apple Fritter about 3 months ago

So I've written a small 65C02 assembler program that I want to change from BIN to SYS.  It is assembled (with my cross assembler) at $2000, and I can run it from the BASIC.SYSTEM command line or BITSY BYE. Anyway, what is the easiest way to change a file …

Questions on AT&T System V release 4 .0 v 2.1

VCFed about 4 months ago

I decided to give System V a shot, since I've wanted to for so long. I am somewhat familiar with Slackware command line, and OpenBSD, but this is quite an old Unix, and there's some simple things I need some help with. Firstly, is there a guide that anyo …

Real mode dos command line LFN file copier

VCFed about 4 months ago

Hi People, It recently occurred to me that if I could copy a directory structure full of LFN files from a real mode dos command line (The way xcopy would for SFN files) it would be very useful to me. The real mode dos I'm using is Win 98SE (4.10.2222). A …

Leaving data behind post-execution.

VCFed about 4 months ago

Hi All, I was just wondering if there was a convention within CP/M for leaving data behind for the next program to use? For example, if a program exits, but wants to leave data for the next program to use ( if it uses the data ) is there a common place t …

8-bit acorn hardware • An interactive navigation for MMFS(2)...

Stardot about 5 months ago

With a new Beeb build I decided to explore the workings of MMFS, having focused on GOTEK exclusively till now in my other machines. I was immediately drawn to the MMFS2 version as it works more like the GOTEK in terms of using loose SSD files. The command …

8-bit acorn hardware • PiBridge 2.1-dev pushed to github

Stardot about 5 months ago

Dear allI am slowly beginning work on the next release of the PiBridge software - v2.1-dev.https://github.com... default branch remains v2.0 (stable). v2.1 will have to be specifically selected to get this version.Code: git clone -b …

MSDOS software to generate printable ASCII calenders

VCFed about 5 months ago

I seem to remember there was a simple MSDOS application that would generate a printable monthly or yearly calender as a text file. I may be thinking of pcal for Linux consoles. Anyone know of a simple command line app that generates a text calendar like …

8-bit acorn software: other • MMBEEB menu and disc titles

Stardot about 6 months ago

I know the old MMBEEB menu is a bit old hat these days, but its still quite a useful way to present a selection of games. I was asked to produce a slimmed-down selection of games (compared to the full STH collection) and I assembled a set of just 51 using …

programming • BeebASM -> JsBeeb - Development Environment

Stardot about 7 months ago

Hi,I've recently decided to return to BBC Micro programming after about 34 years My ambition is to write a platform game using 6502 assembler running on a BBC Model BMy theory is that where I failed in my teenage years I can succeed because I've got more …
Image

Scene • printtok() for cc65: any interest?

Lemon64 about 7 months ago

Hi! My development of printtok2 has recently been staggered. My plans include several methods to compress literals and a command line program to compile and compress the strings. If you have any other ideas on how to improve it, just tell me. For no …
Image

32-bit acorn hardware • A5000 and AKA 25 NIC

Stardot about 7 months ago

Morning all.So, I've got myself an AKA 25 NIC for my A5000 and I'm trying to get TCP/IP set up. The card came from CJE, but was tested as working before it was sent, though I need to check with them to see if they are using the same configuration, as I'm …

Looking for an AppleDOS emulator (not an Apple emulator)

VCFed about 7 months ago

I want something that will emulate AppleDOS at the user program level --- that is, not the entire machine, but instead emulating the AppleDOS environment and its system calls. This is for running automated tests in a command line environment. For example, …
Image

RNOSlides Multiplatforms

EAB about 8 months ago

RNOSlides is a GUI based slideshow creator program, that can save slideshows as videos. The program can view saved slideshows, and play videos in various formats. Author: jPV^RNO RNOSlides v1.0 Muliipiattaforma: Download (All Platforms) In the a …

RNOSlides released

EAB about 8 months ago

RNOSlides is a GUI based slideshow creator program, that can save slideshows as videos. The program can view saved slideshows, and play videos in various formats. Please check its homepage for screenshots, video demonstration, and download links. Features …

Need PC memory dump utility!

VCFed about 9 months ago

Hi, I am in need of a DOS command line utility that can read memory from a range of addresses and write it to a binary file. I need the utility to run from a command prompt and make minimal changes to the video. Ideas? Thanks. …

8-bit acorn emulators • MAME Emulation - How-To Sideways RAM?

Stardot about 10 months ago

Hi - looking for some guidance re: MAME emulation. I'm running latest MAME on Steam Deck and building a BBC Micro game collection. Dr. Who Mines of Terror and Holed-Out are confounding me...Both are looking for Sideways RAM - I've tried various images fro …
Image

Help & Support • Easyflash 3 CRT loading issues

Lemon64 about 10 months ago

Hi, I have just recently purchased an Easyflash 3 and I'm having a lot of issues loading anything onto it. And to make matters worse, I have inadvertently deleted the system area and I'm trying to reload it with no success. I am currently running EasyPro …
Image

Help & Support • C64 emu, Steam Deck, RetroArch, VICE and all that

Lemon64 about 10 months ago

Just got me a Steam Deck and it's a great little device. It's been said it's perfect for emulation and I would tend to agree. For example, Nintendo console emulation just works like a charm. Controllers are brilliant and you can configure them with some f …

Oric Atmos with keyboard issues.

VCFed about 10 months ago

FINALLY!!! In another thread I was asking help for a "dead" Oric Atmos. At the end I had to change all RAM chips, the RAM controller chips, the BIOS one capacitor (I have changed all of them). Now the computer starts to command line but I have so …

DOSBox Development • Command line length bug

Vogons about 10 months ago

In DOS, the length of the command line is limited to 127 characters (via the 0Ah int 21 function). This is done due to the fact that 127 bytes are allocated for it in the PSP. In DOSbox, the user can enter commands of unlimited length with unpredictable c …

8-bit acorn software: other • ANSI Escape Sequences for Beeb Control of Linux

Stardot about 10 months ago

Hi all,I’m trying to use a Master 128 as a terminal to control a raspberry pi via a serial line using the built-in terminal programme. I want to programme the arrow keys to control the linux cursor. Some time ago Coeus and JGHarsten helped me achieve ex …

programming • Reading parameters of disc-based commands [BBC]

Stardot about 10 months ago

MY QUESTION:I am writing a 6502 assembler utility to be run from disc (*CMD, *RUN CMD or */CMD)Users will need to enter parameters after the command, e.g. *CMD HELLO /FHow do I access either the whole command line or the parameters?WHAT I HAVE DONE SO FAR …

PC Emulation • UniPCemu issues running ReactOS

Vogons about 10 months ago

I'm having issues running the latest ReactOS image inside UniPCemu (i440fx just improved with a lot of extra and improved support for PCI etc.):Kernel log of ReactOS dumped through serial output connected to putty through another UniPCemu (using a TCP con …

Release Announcements • 7z.batch - Command line utility for 7-Zip

Vogons about 11 months ago

Downloads: link for download in video descriptionshttps://youtu.b... does 7z.batch work?This batch created program uses the 7-Zip program to perform compression, decompression and archive management operations. The script features a menu inte …

General Old Hardware • Hercules Stingray 128/3D (Dual Planar w/ Voodoo Rush Addon) & Matrox Millennium II repairs/testing

Vogons about 11 months ago

i've salvaged a Hercules Stingray 128/3D card from a old pentium Pro system that was sitting roadside. (case was mangled but the cards n motherboard looked intact) the PSU looked sketch AF so i have it in storage for now.and i've had a Matrox Millennium …