English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 18 June 2020, 22:04   #1
gurth
Registered User
 
gurth's Avatar
 
Join Date: Dec 2013
Location: Halifax
Posts: 225
AmigaBASIC

I am playing with a fresh install of AmigaBASIC and Workbench 1.3, all boots up nicely from my SDCard.

However I am unable to open any the projects in the BasicDemos directory. All open the Basic IDE and then throw an error saying "File not found".

Likewise, if I open the Basic IDE and select Open Project from the menu, entering DH0:BasicDemos/Picture throws the same error.

What am I missing?

Kickstart 1.3, ACA500Plus, Workbench 1.3.
gurth is offline  
Old 18 June 2020, 22:10   #2
gurth
Registered User
 
gurth's Avatar
 
Join Date: Dec 2013
Location: Halifax
Posts: 225
Ah ha my Google foo finally came up trumps.
https://www.manelu.de/mcsquirrel/en/...e/a_abasic.htm

"Run NoFastMem (i.e. disable FastMem)."
gurth is offline  
Old 18 June 2020, 22:12   #3
Dan
Registered User
 
Dan's Avatar
 
Join Date: Nov 2004
Location: Germany
Posts: 629
Open the s:startup-sequence with an editor and put a semicolon in front of Sys:system/FastMemFirst


Code:
;Sys:system/FastMemFirst
then it should work (after rebooting).
Dan is offline  
Old 18 June 2020, 23:07   #4
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,265
Quote:
Originally Posted by gurth View Post
What am I missing?

Microsoft Basic aka AmigaBasic is just broken. It works only with processors having a 24 bit (16MB) address space, such as the 68000, 68010 and the 68EC020, and fails as soon as you have a processor supporting 32 bit memory, so everything from the 68020 onwards fails.


Microsoft used the 8 MSBs of each address to store private information (probably as a side effect of AmigaBasic just being a port of Microsoft Basic for Mac, and early versions of MacOs using the same stunt).



The 24bit processors I mentioned above ignore the topmost byte of each address, but every more modern processor does not.


Whether the machine has fast mem or chip mem does not matter, it is the processor type or its address space that matters.
Thomas Richter is offline  
Old 19 June 2020, 23:05   #5
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,814
Not sure if it fix anything
http://aminet.net/package/dev/misc/PtchAmigaBASIC
kamelito is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
AmigaBASIC Compilers Leandro Jardim request.Apps 4 22 May 2013 22:59
Windows text to AmigaBasic ? Angelsoft New to Emulation or Amiga scene 9 24 October 2011 21:31
looking for AmigaBasic Interpreter phil321 New to Emulation or Amiga scene 41 19 December 2006 14:26
MOUSE(0) and AmigaBASIC ... MacTO Coders. General 3 01 September 2006 16:19
AmigaBASIC unprotector Minuous request.Apps 1 01 June 2005 23:28

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 19:53.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07184 seconds with 13 queries