Search found 267 matches

by cborn
Mon Feb 19, 2024 1:13 am
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

instead off the 18 vs 16 error i now have NO genmath.lib at all error: file not found: genmath.lib i had files in local/bin aswell, so removed them "my sh" cd /usr/local/bin sudo rm -v z88dk* sudo rm -v zcc sudo rm -v z80asm cd /home/cb mv -v -n --backup=numbered z88dk z88dk_old git clone ...
by cborn
Mon Feb 19, 2024 12:31 am
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

A note to myself (and perhaps other linux users), the current versions requires you to install "libgmp3-dev" as well. For me, the alternative (Fedora) package is called "gmp-devel". (see also the 2.13 release thread) mint21 mentions "libgmp3-dev" is a dummy for "l...
by cborn
Sun Feb 18, 2024 11:34 pm
Forum: Other platforms
Topic: Nightly build URL not responding!?
Replies: 6
Views: 5951

Re: Nightly build URL not responding!?

Hi nightly build is down again even the test suite is Not available zcc +test -m8080 -vn -a 8080/Issue_1531_opt_rule.c -o 8080/Issue_1531_opt_rule.opt.tmp1 diff -w 8080/Issue_1531_opt_rule.opt.tmp2 results/8080/Issue_1531_opt_rule.opt make[1]: Leaving directory '/home/cb/z88dk/testsuite' curl http:/...
by cborn
Fri Nov 10, 2023 12:33 pm
Forum: Misc
Topic: DISCiPLE snapshot bug, did any one solve it?
Replies: 5
Views: 2543

Re: DISCiPLE snapshot bug, did any one solve it?

i tried before but some tape are realy old and weak. what do you recommand for linux and are there routines to 'clean' the wav or ste it back to "block-wave'
by cborn
Tue Nov 07, 2023 1:38 pm
Forum: Misc
Topic: DISCiPLE snapshot bug, did any one solve it?
Replies: 5
Views: 2543

Re: DISCiPLE snapshot bug, did any one solve it?

Hi thanks for explaining. i could not imagine it was not solved, but technicly UNIDOS is another step further. And i had no clue the snapshot is set by NMI although that could be logical, its a starting point to count from. then i can attempt it for myself. older snapshots wont be usable so the 'new...
by cborn
Mon Nov 06, 2023 10:02 pm
Forum: Misc
Topic: DISCiPLE snapshot bug, did any one solve it?
Replies: 5
Views: 2543

DISCiPLE snapshot bug, did any one solve it?

Hi, probably not direct the correct forum to ask but a lot of knowledge is moving around here: Looking into the DICiPLE snapshot-bug i think it MIGTH be there is a reasonable easy solution. the ex AF,AF command has to be inserted TWICE https://www.biehold.nl/rudy/disciple/snapshot.htm (version ROM 3...
by cborn
Mon Nov 06, 2023 9:50 pm
Forum: Misc
Topic: differences in RST commands (?)
Replies: 18
Views: 4187

Re: differences in RST commands (?)

I may have misunderstood your case, but isn't it the same also with the zx microdrive, opus discovery and others? I never checked those, i am focused on zx and mgt mostly. Since RVM uses tape the most i use more tape-images. It would be great if the have MGT discs. there was another update this wee...
by cborn
Sun Nov 05, 2023 10:33 pm
Forum: Sinclair ZX
Topic: Tic Tac Woe
Replies: 9
Views: 6347

Re: Tic Tac Woe

Hi
About mgtman
is it possible that you use the internal variable names for the header info?
then i would like to try to make a plusd version from there.
if possible.
cheers
by cborn
Fri Nov 03, 2023 2:15 pm
Forum: Misc
Topic: differences in RST commands (?)
Replies: 18
Views: 4187

Re: differences in RST commands (?)

Some confusement in 1 machine, although a zx with a disciple is actualy 2 rst #8 is error code AND hookcode , 2 options for 1 code both wiyh an DEFB attached then MGT has to decide what it is and THEN inside the mgt an RST#20 must have an DEFB while stanadard on zx thats a A_reg value nice job for a...
by cborn
Tue Oct 31, 2023 2:42 pm
Forum: Misc
Topic: differences in RST commands (?)
Replies: 18
Views: 4187

Re: differences in RST commands (?)

it SKIPS the jump instruction #00
like on ZX 48k rom at 0x3717
it should notice the new adres but only sets the command and then the next byte is an code not a data, pitty
yet its a fast prog!!
95% ok!!
by cborn
Tue Oct 31, 2023 2:35 pm
Forum: Misc
Topic: differences in RST commands (?)
Replies: 18
Views: 4187

Re: differences in RST commands (?)

The FP calculator is so slow. Perhaps it was used in extended BASIC or compiler implementations, BASIC extensions, like extra commands, assembly written USR functions to fit into DEF FN declarations, etc. I think decoding the RST28 was often present in zx spectrum disassemblers, I remember "zo...
by cborn
Tue Oct 31, 2023 12:03 am
Forum: Misc
Topic: differences in RST commands (?)
Replies: 18
Views: 4187

Re: differences in RST commands (?)

https://worldofspectrum.org/forums/discussion/comment/872672/#Comment_872672 this is exact the piece off code to be de-coded by 'any' serious ZX disassembler. My own old favorite "m25000" does Not do it either. i think, literaly, that the basic disassembler off mr Man from 1985 is the ONLY...
by cborn
Mon Oct 30, 2023 8:16 pm
Forum: Misc
Topic: differences in RST commands (?)
Replies: 18
Views: 4187

Re: differences in RST commands (?)

tHi , thanks for the link, i could install it but it does Not do RST28 FP for the calculator, maybe i need an extra code? this is on 48.rom dzasm> dzasm>dz 36c4 36C4 EF rst $28 36C5 3D dec a 36C6 34 inc (hl) 36C7 F1 pop af 36C8 38 AA jr c,L_3674 36CA 3B dec sp 36CB 29 add hl,hl 36CC 04 inc b 36CD 31...
by cborn
Sun Oct 29, 2023 6:22 am
Forum: Misc
Topic: differences in RST commands (?)
Replies: 18
Views: 4187

Re: differences in RST commands (?)

thank you, i write a decoder? i advanced without a threshold! 8-4=3 which is the length of a jump, the only place where there resonably could stuff the jump. and rst8 is the invokation of the MGT discdrive and its an error routine that makes it more complex. and on the chinese clone there are NO 0x8...
by cborn
Fri Oct 27, 2023 10:18 pm
Forum: Misc
Topic: differences in RST commands (?)
Replies: 18
Views: 4187

differences in RST commands (?)

Hello On ZX there are two RST commands that needs extra bytes as info RST8 is the error restart and needs a code I asume the RST command set is a 'leftover' from CP/M systems where the first 0x0100 was/is used and just above the new code is loaded. so a RST10 that is a print routine makes logic and ...
by cborn
Tue Oct 10, 2023 5:16 pm
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

ok, my momentary z80asm is ahead of my 'old' files
its probably nonsense to create an clibs16 and a clibs18 directory, its not for me anyway.
i still have old install around, i can step back or go to the last official from 2022 if needed
by cborn
Tue Oct 10, 2023 2:04 am
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

zcc +zx -vn -lm -startup=31 -zorg0x7000 testMe.c -otestMe -lndos -create-app -Cz --noloader --list --c-code-in-asm error: invalid library file version: file=/home/cb/z88dk/lib/config/../../lib/clibs/genmath.lib, found=18, expected=16 different file, same error this is a file that did compile before....
by cborn
Tue Oct 10, 2023 12:03 am
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

HI, well, i am one step back at this moment i just installed todays nigthly , it upgraded one perl script and then i installed using -t. with z88dk-dis i still have the same result that -x works but -a seems ignored. but that was sted before. then tried the -C option as Timmy described and the build...
by cborn
Mon Oct 09, 2023 8:20 pm
Forum: Project Activity
Topic: Atari Mint nightly builds
Replies: 3
Views: 3889

Re: Atari Mint nightly builds

i am on mint21
i can do a reinstall
a fresh one off 1gib , got some disc space left any way since my last prod is only 3kb
o, its pure basic with a BIN as output
https://spectrumcomputing.co.uk/forums/ ... hp?t=10228
by cborn
Mon Oct 09, 2023 8:16 pm
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

i think 2 post got mixed up here ??? i wrote 1 line only >> 1 gigabyte is not a big project ? versus ACE or MSX ?? Sorry English is not my first language. What I mean is that z88dk is full of "options", most of them made z88dk valid for big projects. Those options are making z88dk slightly...
by cborn
Sat Oct 07, 2023 11:54 pm
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

>> 1 gigabyte is not a big project ? versus ACE or MSX ?? Sorry English is not my first language. What I mean is that z88dk is full of "options", most of them made z88dk valid for big projects. Those options are making z88dk slightly less immediate and sligltly more difficult to set up. I ...
by cborn
Wed Sep 27, 2023 10:46 am
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

do you mean z88dk/bin/ its 100% fresh and it does not change any thing although now i have TWO skipped tests??? t/bug_0024.t ............. ok ===( 18634;26 1744/? 10/? 1/? 0/? 0/? 0/? 0/? 0/? 0/? )======# z88dk-zsdcc not found, test skipped t/issue_1451.t ........... ok t/issue_0016.t ........... ok...
by cborn
Tue Sep 26, 2023 1:07 am
Forum: Other platforms
Topic: Better Linux Install Experience?
Replies: 50
Views: 55645

Re: Better Linux Install Experience?

Hi despite the install says it all is working the '-a' option off z88dk-dis is NOT working on MY install. something is apperently different or used different i tried to copy all messages, guess its complete, ending with the 48k.rom test sudo apt install build-essential bison flex libxml2-dev subvers...
by cborn
Mon Sep 25, 2023 9:46 pm
Forum: Feature Requests
Topic: z88dk-dis making labels by it self
Replies: 33
Views: 15055

Re: z88dk-dis making labels by it self

Your example clearly has a L0000 label
on my install that is not working, there is no difference in both disassemblies, which means my install misses something or its a different version off something.
by cborn
Sun Sep 24, 2023 11:17 pm
Forum: Feature Requests
Topic: z88dk-dis making labels by it self
Replies: 33
Views: 15055

Re: z88dk-dis making labels by it self

Hi Dom, i have two(tree) questions. the first is about '-a' which does not show any difference if I use it or not. neither with '-aL'. then my remark about '-a' is that z88dk-dis is part off ticks and other routines and thus making it print is probably not 'handy' its not importend so we can dump th...