Zilog 80, Sharp SM83 (GameBoy) assembler/compiler

Zanthia

New member
Oct 31, 2023
9
1
3
I started on a Zilog80, GameBoy compiler programmed in Guile Scheme 1.4 on IRIX 6.2.
It is Nekoware licensed.
 
Last edited:
  • Like
Reactions: jenna64bit

Zanthia

New member
Oct 31, 2023
9
1
3
Here's the 0.1.6 release, half the Zilog 80 opcodes are in, nothing for the game boy yet, except for the actor class.

Here's a link to the latest release (v0.1.6) :
 
Last edited:

Zanthia

New member
Oct 31, 2023
9
1
3
Version 0.1.7 is available. It includes all Zilog 80 opcodes in a table with maybe some mistakes on the mnemonics syntax, but it should be usable. The table contains patterns of the form ("LD" . 0xCC) for example. Later on these hexes should call upon actors for parsing.

See the link below for the source code :
 

Zanthia

New member
Oct 31, 2023
9
1
3
The hex number "symbols" are in, together with the base actors for evaluating arguments on the opcodes .e.g. to parse different loads ("LD" instruction").

There is a start on the 32-wise opcodes (e.g. nesasm for the Zilog 80) then all of the opcode actors, such as ld0x0A. The rest of these actors should override opcode-actor.scm.

(32-wise means non-obfuscated ones).

The latest version is 0.1.9 and available here :
 
Last edited:

About us

  • Silicon Graphics User Group (SGUG) is a community for users, developers, and admirers of Silicon Graphics (SGI) products. We aim to be a friendly hobbyist community for discussing all aspects of SGIs, including use, software development, the IRIX Operating System, and troubleshooting, as well as facilitating hardware exchange.

User Menu