nedoPC.org

Electronics hobbyists community established in 2002
Atom Feed | View unanswered posts | View active topics It is currently 29 Mar 2024 02:16



Reply to topic  [ 3 posts ] 
Внезапно BASIC 
Author Message
Retired
User avatar

Joined: 25 Jul 2011 00:14
Posts: 1331
Location: WWW
Reply with quote
http://www.vintage-computer.com/vcforum ... O-COMPUTER

Quote:
I finally found on the net the following excellent Basic routine written by R. Broucke at the University of Texas, Austin, which has been tested on several 80's 8-bit PCs to compare their speed and accuracy, measuring the propagation error due to the lack of mantissa precision.
Code:
S = 0
X = 0
For I = 1 To 1000
S = S + X * X
X = X + 0.00123
Next I
Print S,X
End


надо бы запустить этот тест на дружественный ресурс, пусть свой фетиш потестят :lol:


05 Oct 2011 01:09
Profile
Supreme God
User avatar

Joined: 21 Oct 2009 08:08
Posts: 7777
Location: Россия
Reply with quote
Post 
Интересно, что автор этого Homemade Z80/AM95 8-bit NANO COMPUTER

Image

тот же самый итальянец Gianluca.G., что сочинил так понравившийся
мне APOLLO181 - a homemade 4-bit TTL Processor

Image

Видно, что свой стиль у человека есть! :D

А вот сайт APOLLO181 - похоже подзагнулся... Хорошо, что я вовремя его целиком
скачал со всеми интересными мне прибамбасами...

_________________
iLavr


29 Aug 2012 21:22
Profile
Doomed

Joined: 27 Jan 2010 03:45
Posts: 434
Location: 83.149.9.42
Reply with quote
Post 
Great Cow Basic for PIC and AVR

http://gcbasic.sourceforge.net/about.html

Quote:
Great Cow BASIC is a set of open source BASIC programming tools for Microchip PIC and Atmel AVR microcontrollers:

Great Cow BASIC has been written with three main aims – to remove the need for repetitive assembly commands, to produce efficient code, and to make it easy to take code written for one chip and run it on another. It hides many of the more confusing parts of microcontroller programming, making it suitable for beginners and those who don’t like assembly.


Image


30 Aug 2012 03:34
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 29 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.