OS4 DepotLogo by Nickman 
(anonymous IP: 3.128.199.162,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 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 (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Development » Cross » huc.lha

Huc

Description: PC Engine/Turbografx compiler/assembler
Download: huc.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 1Mb
Version: 3.21
Date: 17 Mar 08
Author: Various. AmigaOS 4.0 port by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spot/triad se
Homepage: http://www.zeograd.com/
Category: development/cross
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 3539
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 55  (Current version)
55  (Accumulated)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
HuC V3.21 - AmigaOS 4.0

This package contains a C compiler and asm for creating
PC Engine/Turbografx programs in C or ASM language.
It is easy to use and includes a library containing
a prebuilt API for making PCE demos/games.

How to compile:

1. An simple example file "test.c" is included
   to test the compiler
   
2. You can compile to a working rom image like this:
   huc test.c

3. The created file "test.pce" can be loaded
   by a PCE emulator like TGEmu-MOS for instance. :)



Note:
The HuC compiler uses "old style" C functions, meaning
no prototypes are required and function parameters are
declared directly under the function. For instance:

My_Function(variable, name)
int variable; char *name;
{
 // do stuff here
}


Many examples of PC Engine HuC programming can be found here:
http://www.zeograd.com/creation_download.php

Have fun.


I borrowed parts of the MOS ReadMe, and also the example code,
from Kelly Samel, I hope that is OK.

/Spot


Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment