News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

About

Started by Twister, January 15, 2011, 03:15:30 AM

Previous topic - Next topic

Twister

What is the PowerBASIC compiler written in? Is it C or VB 5/6?

hutch--

Assembler. The author is Bob Zale who is also one of our members. Bob has been writing assembler code for many years and has a track record of high performance basic compilers dating from back in the DOS days.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Gunther

Quote from: hutch--, January 15, 2010, at 06:40:40 AMAssembler.

That's absolutely right for the DOS suite. I'm not sure if the Windows compilers are written in assembly language. It seems to me it's blended code (PB with inline assembler). Anyway, Bob made great tools.

Gunther
Forgive your enemies, but never forget their names.

Twister

Wow, Assembly! Wouldn't that make it difficult to maintain?

jj2007

Quote from: Horton on January 15, 2011, 05:41:14 PM
Wow, Assembly! Wouldn't that make it difficult to maintain?

If you stick with Windows, x86 and 32 bits, no.

hutch--

Gunther,

> That's absolutely right for the DOS suite.

Its absolutely right for te two 32 bit versions as well.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Gunther

Quote from: hutch--, January 16, 2010, at 02:56:08 AMIts absolutely right for te two 32 bit versions as well.

Impressive!  :U

Gunther
Forgive your enemies, but never forget their names.