Difference between revisions of "KIO-Fox-Assembler"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''KIO-Fox-Assembler''' was an assembler written completely in [[BASIC]] language by [[Günter Woigk]]. It was published in the [[CPC Schneider Magazin]] 4/1987 as a type-in listing. It subsequently circulated throughout the UK courtesy of several [[PD libraries]].
+
The '''KIO-Fox-Assembler''' was an [[:Category:Assembler|Assembler]] written completely in [[BASIC]] language by [[Günter Woigk]]. It was published in the [[CPC Schneider Magazin]] 4/1987 as a type-in listing.  
 +
 
 +
It subsequently circulated throughout the UK courtesy of several [[PD libraries]].
  
 
== Features ==
 
== Features ==
Line 9: Line 11:
 
* several predefined macros (like LD HL,DE)
 
* several predefined macros (like LD HL,DE)
 
* nested conditions
 
* nested conditions
 +
 +
[[Category:Programming software]][[Category:Assembler]]

Latest revision as of 22:39, 17 December 2010

The KIO-Fox-Assembler was an Assembler written completely in BASIC language by Günter Woigk. It was published in the CPC Schneider Magazin 4/1987 as a type-in listing.

It subsequently circulated throughout the UK courtesy of several PD libraries.

Features

This is a list of some of its features:

  • unlimited source file size
  • unlimited number of source files
  • support of undocumented and illegal opcodes
  • several predefined macros (like LD HL,DE)
  • nested conditions