💾 Archived View for cugi.ie › aminet › 1672374557.gmi captured on 2023-04-26 at 13:53:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Gigatron asm compiler

   Author:       Robert 'Phibrizzo' Krajcarz (jgn at interia.pl)
   Uploader:     Robert 'Phibrizzo' Krajcarz (jgn interia pl)
   Type:         dev/cross
   Version:      1.1
   Architecture: m68k-amigaos >= 3.0.0
   Date:         2022-12-29
   Readme:       http://aminet.net/dev/cross/vCPUComp.readme
   Downloads:    4

http://aminet.net/dev/cross/vCPUComp.lha

This is a very simple Gigatron asm compiler.

Usage: vCPUComp <in_file> <out_file>.

Macros:

_RUN x - Address of start code.

_ORG x - Address where it will be uploaded the compiled code

in Gigatron RAM.

You can use a few _ORG macros for different codes in one source.

_VAR char - Declaration of variable (a..z, A..Z).

Use variable not declarated is possible but that always = 0.

_LAB x - Label for jump, only digit char, exp: #10, max 255.

Except CALL and CALLI instruction!

_OBJ path - Add another compiled code, exp: _OBJ test.gt1.

RUN code for this file is ignored.

"x" can be in DEC, HEX or BIN. BIN max. 255(dec)

Exp. in:

DEC: #10

HEX: #$aa

BIN: #%1001011

Contents of dev/cross/vCPUComp.lha

PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                  751    1643  45.7% -lh5- 389d Apr 24  1980 vCPUComp_V1.1/rectangles.asm
[generic]                12478   21140  59.0% -lh5- 9766 Apr 24  1980 vCPUComp_V1.1/vCPUComp
[generic]                  552     980  56.3% -lh5- e0b5 Apr 24  1980 vCPUComp_V1.1/vCPUComp.readme
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total         3 files   13781   23763  58.0%            Dec 30 04:29

Aminet © 1992-2022 Urban Müller and the Aminet team. Aminet contact address: <aminet aminet net>