RE: board games

new topic     » goto parent     » topic index » view thread      » older message » newer message

> What sort of code is it?
> I believe it's QuickBasic, because one of the folders is named Qb & the 
> code looks somewhat like a dialect of BASIC.
> Here's a selection from one of the files.
> 
> 
> .386p
>          jumps
> 
> code32   segment para public use32
>          assume cs:code32, ds:code32
> 
> use_half_stars  equ no         ; use full stars or half stars. (full=set to
> no)
> perfect_stars   equ no         ; fast star calculation if no, perfect if yes.
> 
>          include pmode.ext                  ; protected mode externals
>          include xmode.ext                  ; include externals for xmode
>          routines
>          include 3d.ext
>          include equ.inc
>          include macros.inc
> 
>          public _star_plot
>          public _star_colour
>          public _star_halfpoint
>          public _star_step
> 
> Thanks for responding.
> 

This to me is not QB but instead, MASM32 code...

(maybe...)

Euman

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu