OS4 DepotLogo by Alkaron 
(anonymous IP: 18.220.154.41,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Misc » intybasic.lha

IntyBASIC

Description: BASIC compiler for Intellivision
Download: intybasic.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 1005kb
Version: 1.4.2
Date: 06 Jun 2020
Author: Oscar Toledo Gutierrez
Submitter: Samir Hawamdeh
Homepage: http://nanochess.org/intybasic.html
Requirements: AmigaOS 4.x
Category: development/misc
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 11320
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 45  (Current version)
45  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
IntyBASIC compiler v1.4.2
by Oscar Toledo Gutierrez
http://nanochess.org/

BASIC language cross-compiler for the Intellivision.

IntyBASIC.cpp   The IntyBASIC compiler C++ language source code
LICENSE         Source code license

intybasic_prologue.asm    Prologue file needed for compiled programs
intybasic_epilogue.asm    Epilogue file needed for compiled programs

IntyBASIC.m    A version of IntyBASIC written in Objective-C
               (not maintained, I wrote it for learning purposes)

manual.txt     Manual for IntyBASIC
manual_es.txt  Spanish manual for IntyBASIC

ReadMe.txt     This file.

>>>>>>>>>>>>>>  Usage guide

    intybasic [--jlp] [--cc3] [--title "title"] infile.bas outfile.asm
[library_path]

    --jlp       Enables use of 8K-words extra memory feature of JLP
                and also usage of hardware acceleration for
                multiplication and division.
    --cc3       Enables use of 8K-words extra memory feature of
                Cuttle Cart 3.
    --title "a" Selects title of the compiled program.
                By default this is "IntyBASIC program".
                Only appears in emulators/multicarts.
    -w          Disable warnings globally (has priority over
                OPTION WARNINGS)

    The library path is where the intybasic_prologue.asm and
    intybasic_epilogue.asm files are searched for inclusion.

    It will return a zero error code if compilation was successful and
    non-zero otherwise.

>>>>>>>>>>>>>>  Acknowledgments

Thanks to following members of Atariage for contributing valuable suggestions,
test programs and even support libraries:

  Albert
  artrag
  atari2600land
  awhite2600
  carlsson
  catsfolly
  ckblackm
  CrazyBoss
  Cybearg
  DZ-Jay
  First Spear
  freewheel
  GroovyBee
  intvnut
  Jess Ragan
  Kiwi
  mmarrero
  RevEng
  SpiceWare
  Tarzilla

>>>>>>>>>>>>>>  Porting

MorphOS recompile by Stefan Haubenthal
AmigaOS4 recompile by Samir Hawamdeh



Copyright © 2004-2024 by Björn Hagström All Rights Reserved