Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
PowerBASIC
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Characteristics=== PowerBASIC is a native-code BASIC compiler whose reported merits are simplicity of use and speed compared to other languages.<ref>''New geometries for new materials'', Eric A. Lord, Alan Lindsay Mackay, Srinivasa Ranganathan, Cambridge University Press, 2006, {{ISBN|0-521-86104-7}} ("a very simple user interface ... speed and power of the underlying C++ ... runs extremely fast") [https://books.google.com/books?id=s22_x-O8pEoC&pg=PP3&vq=%22powerbasic%22&dq=%22powerBASIC%22&source=gbs_search_s&sig=uxOcCJGJsvTcUWasxzAaeRiDx3o Google Books]</ref><ref>''Chaos and Time-series Analysis'', Julien C. Sprott, Oxford University Press, 2003, {{ISBN|0-19-850840-9}} ("easy to learn, powerful, and as fast as any C compiler I have encountered") [https://books.google.com/books?id=SEDjdjPZ158C&pg=PR6&vq=PowerBASIC&dq=%22powerBASIC%22&source=gbs_search_s&sig=SBPpyPfT7S2V_-ixWTYrYvlEnZI Google Books]</ref> Although the compiled code is fast enough for most purposes, the compilers also support inline [[assembly language|assembler]] which can be used for hand optimization of critical routines. The Windows compilers (PBWin & PBCC) support almost all of the [[x86 instruction listings|x86 instruction set]], including [[floating-point unit|FPU]], [[Streaming SIMD Extensions|SIMD]], and [[MMX (instruction set)|MMX]], the main exceptions being a few which are useful mostly to systems programmers. One can insert any unsupported instructions by inserting their [[opcode]]s with the "db", "dw", and "dd" statements. Lines of assembler code can be freely interspersed with lines of BASIC code, although one must always consider the potential interactions between the two types of code.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
PowerBASIC
(section)
Add topic