flat assembler
Message board for the users of flat assembler.

Index > Projects and Ideas > FASM FOR CP/M-86 and CCP/M-86

Goto page 1, 2  Next
Author
Thread Post new topic Reply to topic
connor



Joined: 07 Jun 2016
Posts: 79
connor 07 Jun 2016, 20:36
I wish to get FASM fulling working natively with all version of cp/m-86, to modify for modern hardware and 32/64 bit architecture.

For The Purpose of HIGH END applications for workstations.

two problems:

compiling to .cmd and transfer to native file format which i think is called "BDOS".

_________________
cars tech weed bitches country & thug life


Last edited by connor on 14 Nov 2016, 04:16; edited 2 times in total
Post 07 Jun 2016, 20:36
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 07 Jun 2016, 20:45
[ Post removed by author. ]

_________________
cars tech weed bitches country & thug life


Last edited by connor on 03 Dec 2018, 04:54; edited 3 times in total
Post 07 Jun 2016, 20:45
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 15 Jun 2016, 02:42
[ Post removed by author. ]


Last edited by connor on 03 Dec 2018, 04:54; edited 1 time in total
Post 15 Jun 2016, 02:42
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 28 Jun 2016, 05:53
[ Post removed by author. ]

_________________
cars tech weed bitches country & thug life


Last edited by connor on 03 Dec 2018, 04:54; edited 1 time in total
Post 28 Jun 2016, 05:53
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8390
Location: Kraków, Poland
Tomasz Grysztar 29 Jun 2016, 07:14
It would help if you could at least describe what fasm would have to support to help you with what you need here. Is it some specific output format? Most certainly some macros could be created for fasmg to assemble any output format you might need. I noticed that there are H86 files in the archives that appear to be in the Intel HEX format - fasmg already has macros for that. As for the other files present there, I don't know what format do they use, but given enough information fasmg macros should be able to handle everything.

I also noticed a funny detail: the "CPM86 SC\V1-1PA\D2\8087.LIB" file contains the implementation of 8087 instructions in form of macros. This is very much in the same spirit as the fasmg currently is (though fasmg suffers from trying to be more universal).
Post 29 Jun 2016, 07:14
View user's profile Send private message Visit poster's website Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 30 Jun 2016, 04:50
[ Post removed by author. ]

_________________
cars tech weed bitches country & thug life


Last edited by connor on 03 Dec 2018, 04:53; edited 1 time in total
Post 30 Jun 2016, 04:50
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 30 Jun 2016, 05:23
use dskmaint.cmd

_________________
cars tech weed bitches country & thug life


Last edited by connor on 09 Jun 2017, 05:14; edited 2 times in total
Post 30 Jun 2016, 05:23
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 23 Jul 2016, 04:40
......

_________________
cars tech weed bitches country & thug life


Last edited by connor on 09 Jun 2017, 05:17; edited 1 time in total
Post 23 Jul 2016, 04:40
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 23 Jul 2016, 11:18
....

_________________
cars tech weed bitches country & thug life


Last edited by connor on 03 Dec 2018, 04:53; edited 2 times in total
Post 23 Jul 2016, 11:18
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 23 Jul 2016, 11:51


Last edited by connor on 09 Jun 2017, 05:16; edited 1 time in total
Post 23 Jul 2016, 11:51
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 24 Jul 2016, 10:44
jhgt

_________________
cars tech weed bitches country & thug life


Last edited by connor on 12 Jun 2017, 05:18; edited 2 times in total
Post 24 Jul 2016, 10:44
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 25 Jul 2016, 02:14
.......

_________________
cars tech weed bitches country & thug life


Last edited by connor on 09 Jun 2017, 05:17; edited 1 time in total
Post 25 Jul 2016, 02:14
View user's profile Send private message Reply with quote
Trinitek



Joined: 06 Nov 2011
Posts: 257
Trinitek 25 Jul 2016, 02:55
If all else fails, you could write your own disk image utility...
Post 25 Jul 2016, 02:55
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 29 Nov 2016, 04:57
THANK YOU EBAY

_________________
cars tech weed bitches country & thug life


Last edited by connor on 11 Feb 2019, 04:32; edited 1 time in total
Post 29 Nov 2016, 04:57
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 04 Dec 2016, 06:40

_________________
cars tech weed bitches country & thug life
Post 04 Dec 2016, 06:40
View user's profile Send private message Reply with quote
rugxulo



Joined: 09 Aug 2005
Posts: 2341
Location: Usono (aka, USA)
rugxulo 04 Dec 2016, 22:40
connor wrote:
Whats an easy way to open view and transfer files from fat, ntfs, or unix file system into the format that cpm uses and back?

I cant figure out how to use any of the programs that will allow me to do that

i dont think they actually work


I still don't understand your obsession with CP/M-86 (instead of something more common like DOS). I've never used any CP/M variant.

Having said that, is perhaps LIBDSK/CPMTOOLS what you want here?
Post 04 Dec 2016, 22:40
View user's profile Send private message Visit poster's website Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20623
Location: In your JS exploiting you and your system
revolution 05 Dec 2016, 15:28
rugxulo wrote:
I still don't understand your obsession with CP/M-86 (instead of something more common like DOS).
Hehe, the same can be said for any OS. "I don't understand your obsession with <some_OS> (instead of something more <some_reason> like <another_OS>).

People have different likes, no big deal.
Post 05 Dec 2016, 15:28
View user's profile Send private message Visit poster's website Reply with quote
rugxulo



Joined: 09 Aug 2005
Posts: 2341
Location: Usono (aka, USA)
rugxulo 05 Dec 2016, 22:47
I only meant that DOS targets the same hardware (8086, 8088) and is more widely known and available and supported (rarely, these days). Heck, DOS started as a CP/M clone (API only). Digital Research had dozens of variations of OSes, but even they mostly gave up and went "DOS only" in DR-DOS.

It's not wrong to want to support it, but when even DOS is ignored, I think the odds are very low. I would almost rather suggest finding a good C compiler (if that's possible) and rebuilding NASM instead.

The obvious person to ask for suggestions would be Matthias Paul, but I don't know of a reliable way to contact him.

https://en.wikipedia.org/wiki/CP/M-86
Post 05 Dec 2016, 22:47
View user's profile Send private message Visit poster's website Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 09 Dec 2016, 06:20
FROM A FACTORY SEALED 5 1/4" disk.

Came with Two Extra non factory sealed disks. A DEMO DISK & A SAMPLE DISK not shown here due to corruption.

IT all came with a system manual purchased off e-bay for $250


For what it is enjoy

_________________
cars tech weed bitches country & thug life


Last edited by connor on 11 Feb 2019, 04:32; edited 1 time in total
Post 09 Dec 2016, 06:20
View user's profile Send private message Reply with quote
connor



Joined: 07 Jun 2016
Posts: 79
connor 12 May 2017, 05:14
[ Post removed by author. ]

_________________
cars tech weed bitches country & thug life


Last edited by connor on 03 Dec 2018, 04:55; edited 3 times in total
Post 12 May 2017, 05:14
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page 1, 2  Next

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.