Index du forum




Un petit coup de main... Vous pouvez nous aider à mettre ce site à jour: n'hésitez pas à me contacter !!!

* Connexion   * Inscription

* FAQ
Nous sommes actuellement le 18 Mai 2025, 04:16

Index du forum » Z80 Coding

Le fuseau horaire est UTC+1 heure


[CROSSDEV] Rasm Z80 assembler by Roudoudou

Modérateur: poulette73



Publier un nouveau sujet Répondre au sujet  Page 2 sur 2
 [ 23 message(s) ]  Aller vers la page Précédent  1, 2
  Aperçu avant impression Sujet précédent | Sujet suivant 
Auteur Message
Princesse Mariana
 Sujet du message : Re: [CROSSDEV] Rasm Z80 assembler by Roudoudou
Message Publié : 28 Fév 2024, 10:36 
Hors-ligne
Rulezzzzz
Rulezzzzz

Inscription : 15 Jan 2009, 11:52
Message(s) : 3475
Localisation : CPCrulez botnews
Citer :
v2.2.1/v2.2 - 2024 Valentine: fixing RLE bugfix + Autotest
- bugfix Snapshot RLE encoding
- add new math function pow2 to get fractionnal power of 2
- documentation updated

v2.1.7 - 2024 Gerieh Yasmana
Since october 2023, i'm doing a cycle of joint releases of RASM + ACE-DL Emulator so RASM versions are not major versions (until...)
- REND must trigger an error if used with parameter(s)
- enforce DEFS repeat value is not a string

v2.1.6
- minor changes in old rasm symbol file to output symbol type (L)abel (V)ariable (A)lias (I)dx
- morphOS makefile
- bugfix meta struct autofill + autotest

v2.1.5
- new directive LOCALISATION to specify a precise localisation for ACE emulator when assembling in a temporary space
- documentation updated

v2.1.4
- minor changes in symbol export for ACE emulator
- bugfixes in HFE/DSK generation (still unfinished for HFE)

v2.1.3
- bugfixes related to wrong STRUCT usage + imbricated structs
- debug without efence, new target for fast recompilation (internal use)

v2.1.2
- new directive LABEL with options to set LOCAL/GLOBAL tag for ACE export and be more flexible
- bugfix lower ROM localisation at ACE export

v2.1.1
- minor version release on the occasion of ACE-DL emulator release
- new command line option -rasm in order to produce super symbol file for ACE-DL Emulator
- new directive EDSK to build, merge, manage, edit and assemble inside
- there is also HFE prototypes in order to manage an MFM flow (as you know, HFE is a pure track format)
- DSK support is documented on wikidot
- super snaphots Help was updated, take a look! http://rasm.wikidot.com/dev:supersnap
- windows 32bits and 64bits
- MacOS all versions executable (thanks to Sid)

url/src: https://github.com/EdouardBERGE/rasm/releases


Haut
 Profil  
 
Princesse Mariana
 Sujet du message : Re: [CROSSDEV] Rasm Z80 assembler by Roudoudou
Message Publié : 30 Mai 2024, 19:38 
Hors-ligne
Rulezzzzz
Rulezzzzz

Inscription : 15 Jan 2009, 11:52
Message(s) : 3475
Localisation : CPCrulez botnews
Citer :
v2.2.4
- HFE track size fixer
- Bugfix random user with SAVE+AMSDOS when not specified, will be zero as default

v2.2.3
- HFE not protected as default
- Snapshot RAM conf default
- HFE directive subcommand bugfixes (CRC, AddGAP, ...), it's now usable ^_^
- bugfix Snapshot RLE encoding + autotest
- add new math function pow2 to get fractionnal power of 2
- Online Help up to date

src/url: https://github.com/EdouardBERGE/rasm/re ... tag/v2.2.4 ;linked:


Haut
 Profil  
 
Princesse Mariana
 Sujet du message : Re: [CROSSDEV] Rasm Z80 assembler by Roudoudou
Message Publié : 24 Sep 2024, 11:43 
Hors-ligne
Rulezzzzz
Rulezzzzz

Inscription : 15 Jan 2009, 11:52
Message(s) : 3475
Localisation : CPCrulez botnews
Citer :
v2.2.7
- Display how much bytes are overloading a BANK (when overload occurs)
- new directive NAMEROM (like NAMEBANK but for snapshot ROM)v2.2.7
- Display how much bytes are overloading a BANK (when overload occurs)
- new directive NAMEROM (like NAMEBANK but for snapshot ROM)

v2.2.6 and earlier versions
- Added new option in order to ROMBANK NEXT
- Bugfix sizeof on an unknown struct may not trigger error all the time
- New math function pow2 to get fractionnal power of 2
- Snapshot RAM conf default
- HFE track size fixer
- HFE not protected as default
- HFE directive subcommand bugfixes (CRC, AddGAP, ...), it's now usable ^_^
- Bugfix "random" memory overrun with COMZ directive
- Bugfix random user with SAVE+AMSDOS when not specified, will be zero as default
- Bugfix Snapshot RLE encoding + autotest
- Online Help up to date

v2.2.5
- fix random overrun of COMZ directive

url/src: https://github.com/EdouardBERGE/rasm/releases


Haut
 Profil  
 
Princesse Mariana
 Sujet du message : Re: [CROSSDEV] Rasm Z80 assembler by Roudoudou
Message Publié : 09 Déc 2024, 08:42 
Hors-ligne
Rulezzzzz
Rulezzzzz

Inscription : 15 Jan 2009, 11:52
Message(s) : 3475
Localisation : CPCrulez botnews
Citer :
Nouvelle série d'articles d'initiation à l'assembleur sur les sprites logiciels (affichage au xor, double buffer, gestion de la transparence) avec progression d'une technique à l'autre.

src/url: https://roudoudou.com/AmstradCPC/progra ... bleur.html


Haut
 Profil  
 
Princesse Mariana
 Sujet du message : Re: [CROSSDEV] Rasm Z80 assembler by Roudoudou
Message Publié : 09 Déc 2024, 08:45 
Hors-ligne
Rulezzzzz
Rulezzzzz

Inscription : 15 Jan 2009, 11:52
Message(s) : 3475
Localisation : CPCrulez botnews
Citer :
v2.2.11
- bugfix breakpoint step export

up to v2.2.10
- bugfix new variable in lower case from command line
- bugfix ACE breakpoints + evolutions
- Ability to export native breakpoints for ACE-DL emulator
- FR/EN documentation up to date
- Ability to assemble a string from command line
- Ability to export a cartridge in snapshot mode
- Display how much bytes are overloading a BANK (when overload occurs)
- new directive NAMEROM (like NAMEBANK but for snapshot ROM)
- Added new option in order to ROMBANK NEXT
- Bugfix sizeof on an unknown struct may not trigger error all the time
- New math function pow2 to get fractionnal power of 2
- Snapshot RAM conf default
- HFE track size fixer
- HFE not protected as default
- HFE directive subcommand bugfixes (CRC, AddGAP, ...), it's now usable ^_^
- Bugfix "random" memory overrun with COMZ directive
- Bugfix random user with SAVE+AMSDOS when not specified, will be zero as default
- Bugfix Snapshot RLE encoding + autotest
- Online Help up to date

As always, MacOS binary kindly compiled with love by Sid/iMPact


Haut
 Profil  
 
Princesse Mariana
 Sujet du message : Re: [CROSSDEV] Rasm Z80 assembler by Roudoudou
Message Publié : 10 Jan 2025, 15:32 
Hors-ligne
Rulezzzzz
Rulezzzzz

Inscription : 15 Jan 2009, 11:52
Message(s) : 3475
Localisation : CPCrulez botnews
Citer :
Rasm 2.3.0 - Beacon 2025
- READ directive is now DEPRECATED! (replace them with INCLUDE)
- cartridge export may include symbols chunk for ACE-DL
- new ability to initialise structure objects
- bugfix segfault with structure self-recursive declaration
- documentation updated
Thanks to Sid for Mac binary

url/src: https://github.com/EdouardBERGE/rasm/re ... tag/v2.3.0


Haut
 Profil  
 
Princesse Mariana
 Sujet du message : Re: [CROSSDEV] Rasm Z80 assembler by Roudoudou
Message Publié : 21 Fév 2025, 21:31 
Hors-ligne
Rulezzzzz
Rulezzzzz

Inscription : 15 Jan 2009, 11:52
Message(s) : 3475
Localisation : CPCrulez botnews
Citer :
v2.3.5
- new behaviour for USED tag of aliases, variables and labels with IFUSED, IFNUSED
- new optimisations in aliases processing (benefits for all kind of calculations)
- new autotests (TDD, end-to-end, UT and exploratory tests)

v2.3.x
- new optimisations in overall processing engine leading to absurd performance peak
- added search in labels with Levenshtein distance when a symbol is not found
- better error message when there is an empty parameter
- ability to generate module names with tags
- documentation updated
- ability to remap any UTF8 char (see documentation http://rasm.wikidot.com/syntax:data-structures )
- ability to remap any UTF8 char when using inline struct and parameter overload
- ability to ouput hexadecimal in strings (see documentation)
- READ directive is now DEPRECATED! (replace them with INCLUDE)
- cartridge export may include symbols chunk for ACE-DL
- bugfix segfault with self-recursive structure declaration
- new ability to initialise structure objects
- Rasm MSDOS version is back ^_^

src/url: https://github.com/EdouardBERGE/rasm/re ... tag/v2.3.5 ;linked:


Haut
 Profil  
 
Princesse Mariana
 Sujet du message : Re: [CROSSDEV] Rasm Z80 assembler by Roudoudou
Message Publié : 01 Mai 2025, 18:33 
Hors-ligne
Rulezzzzz
Rulezzzzz

Inscription : 15 Jan 2009, 11:52
Message(s) : 3475
Localisation : CPCrulez botnews
Citer :
v2.3.6: Beacon 2025
- new directive SUM16 to create 16-bits checksum (useful for manual Amsdos Header)
- new directive FREEQUOTES (when you are bothered with command line option)


Haut
 Profil  
 
Afficher les messages publiés depuis :  Trier par  
Publier un nouveau sujet Répondre au sujet  Page 2 sur 2
 [ 23 message(s) ]  Aller vers la page Précédent  1, 2

Index du forum » Z80 Coding

Le fuseau horaire est UTC+1 heure


Qui est en ligne ?

Utilisateur(s) parcourant ce forum : Aucun utilisateur inscrit et 4 invité(s)


Vous ne pouvez pas publier de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas insérer de pièces jointes dans ce forum

Aller vers :  
cron
Powered by phpBB® Forum Software © phpBB Group
Traduit en français par Maël Soucaze.