Difference between revisions of "KIO-Fox-Assembler"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (+ Category Programming software)
Line 9: Line 9:
 
* several predefined macros (like LD HL,DE)
 
* several predefined macros (like LD HL,DE)
 
* nested conditions
 
* nested conditions
 +
 +
[[Category:Programming software]]

Revision as of 16:58, 2 October 2006

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