Jump to content
IGNORED

The "funkheld" Question Thread


funkheld

Recommended Posts

Hi good afternoon.

an error in bput / bget with fastbasic.

the error travels from top to bottom while saving and loading with bget and bput


greeting





savmsc=$58
max=3840

a=0

gr. 23
color 1
scrad1 = dpeek(SAVMSC)

for z=0 to 2000
poke scrad1+z,129
next

plot 0,0
dr. 159,95

open #1, 8, 0, "D:BILD.BIN"
bput #1,scrad1, max
close #1

for z=0 to 3839
poke scrad1+z,0
next

get a

open #1, 4, 0, "D:BILD.BIN"
bget #1,scrad1, max
close #1

repeat
until Key()



post-31221-0-93438400-1540416430.jpg

Edited by funkheld
Link to comment
Share on other sites

funkheld please keep this all in one thread, you are pushing all other topics to nowhere land!

The is fast becoming the funkheld forum of help me pages... You will have received far more help having stayed in one thread!

 

Please be mindful of others.

Edited by _The Doctor__
  • Like 1
Link to comment
Share on other sites

funkheld please keep this all in one thread, you are pushing all other topics to nowhere land!

The is fast becoming the funkheld forum of help me pages... You will have received far more help having stayed in one thread!

 

Please be mindful of others.

SO close to becoming ignore #2 in 17 years of this forum. Holy shit - how much nicer can we be. If this forum was mine, ban hammer would have stuck several weeks ago.

Link to comment
Share on other sites

Hi,

 

Please, as others had told you, t is better to use one thread for all questions.

 

And here, your program works OK, so it must be your DOS interfering with the load/save.

 

Attached ATR has a "BPUT.BAS" and a "BPUT.COM" with compiled output, you can run it typing "BPUT" at the DOS prompt.

 

Hi good afternoon.

an error in bput / bget with fastbasic.

the error travels from top to bottom while saving and loading with get and put

 

greeting

 

 

 

savmsc=$58
max=3840
 
a=0
 
gr. 23
color 1
scrad1 = dpeek(SAVMSC)
 
for z=0 to 2000
  poke scrad1+z,129
next 
 
plot 0,0
dr. 159,95
 
open #1, 8, 0, "D:BILD.BIN"
bput #1,scrad1, max
close #1
 
for z=0 to 3839
  poke scrad1+z,0
next 
 
get a
 
open #1, 4, 0, "D:BILD.BIN"
bget #1,scrad1, max
close #1
 
repeat
until Key()

 

fastbasic-bput.atr

Edited by dmsc
Link to comment
Share on other sites

 

thanks for the information.
I create my atr with dir2atr.exe.
which atr you have to create there, so that the error does not come.
is there a command for add file.xex
Thank you.
greeting

 

 

Please check

https://www.wudsn.com/index.php/ide/faq#FAQDiskImages

You put all files for the disk (incl. the DOS) into one folder.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...