El sitio actual de pasmo es: http://pasmo.speccy.org/
The current pasmo site is: http://pasmo.speccy.org/
[ About ] | [ Documentation ] | [ Download ] | [ Links ] | [ Works ] | [ Bye ] |
[ Acerca de ] | [ Documentación ] | [ Descargas ] | [ Enlaces ] | [ Trabajos ] | [ Despedida ] |
Pasmo es un ensamblador cruzado para Z80, escrito en C++ estándar que compila con facilidad en múltiples paltaformas. Actualmente genera código obejto en los siguientes formatos: binario crudo, Intel HEX, PRL para RSX de CP/M Plus, Plus3Dos (Spectrum +3 disco), TAP, TZX y CDT (imagen de cinta para emuladores de Spectrum y Amstrad CPC), AmsDos (Amstrad CPC disco) y MSX (para uso con BLOAD desde disco en Basic).
A partir de la versión 0.5.0 puede también generar código 8086 a partir de fuentes Z80, en formato binario pura para COM de Ms-dos o en formato CMD de CP/M 86.
Pasmo is a Z80 cross assembler, written in standard C++ that compiles easily in multiple platforms. Actually can generate object code in the following formats: raw binary, Intel HEX, PRL for CP/M Plus RSX, Plus3Dos (Spectrum +3 disk), TAP, TZX and CDT (Spectrum and Amstrad CPC emulators tape images), AmsDos (Amstrad CPC disk) and MSX (for use with BLOAD from disk in Basic).
Starting with version 0.5.0, can also generate 8086 code from Z80 sources, in binary format for Ms-dos COM files or in CP/M 86 CMD format.
pasmodoc.html
You can also see the README file and some .asm
samples included with the sources.
pasmodoc.html en inglés.
También se puede consultar el fichero
README
y algunos ejemplos incluidos con las fuentes.
This version add third pass option (--pass3), phase error detection in cases where a EQUated symbol changes value between passes, and automatic switch to third pass in that case.
Fuentes y ejemplos / Sources and samples:
Gzipped tar file:
pasmo-0.5.4.beta2.tgz
Windows executable: pasmo-0.5.4.beta2.zip
In the previous version several error gives a 0 exit status. This versions fixes it.
En las versiones anteriores algunos errores daban un estado de salida 0. Esta versión lo corrige.
Added a warning when the 64 KiB limit is crossed in the middle of a instruction, all warnings now show line information, some changes to allow use of more compilers, gcc 4 in particular (thanks to the Debian people).
Añadido un aviso cuando se cruza el límite de 64 KiB en medio de una instrucción, ahora todos los avisos muestran información de la línea en que ocurren, algunos cambios para permitir el uso de más compiladores, gcc 4 especialmente (gracias a la gente de Debian).
Fuentes y ejemplos / Sources and samples:
Gzipped tar file:
pasmo-0.5.3.tgz
Desempaquetad el .tgz y leed el README.
Unpack the .tgz and read the README.
Ejecutable para Windows / Windows executable: pasmo-0.5.3.zip
Eejcutable para Mac OS/X / Mac OS/X executable: pasmo-0.5.2-macosx.sitx
Debian package:
Pasmo is now included in Debian stable as official package.
You can apt-get it, or download the package from
http://packages.debian.org/testing/devel/pasmo
or follow the other versions of pasmo
link in
that page.
Ubuntu package: http://packages.ubuntu.com/breezy/devel/pasmo
You can download an rpm package from here
You can also download a deb package from the C-BIOS project page in Surceforge.
Older versions still available, just change the version number in the url.
Las versiones anteriores aún esán disponibles, sólo hay que cambiar el número de versión en la url.
This version is unfinished, download only if you want to test the new features or help in development.
In this version the parser is completely rewritten using bison. You need a recent version of bison to compile it unless you don't touch the grammar and don't modify the file timestamps when unpacking.
Now can assemble 8080 code instead, or mixed with, Z80.
Sources and samples:
Gzipped tar file:
pasmo-0.6.0.20070113.0.tgz
Windows executable (built with mingw):
Zipped file:
pasmo-0.6.0.20061009.0.zip
Notes:
20070113: More bug fixes, more warnings
20061009: Some more bugs fixed.
20060425: Some bugs fixed.
pre6: Enhanced REL files support and added linker capbilities.
pre5: Corrected bug in JP flag introduced in pre4.
pre4: Initial support for generating REL files. Carriage return and other
characters are considered white space again.
pre3: Corrected bug of comment after macro arguments.
pre2: This version fixes some bugs in pre1, and has the options handle code
rewritten for clarity and make easier future extensions. Some other things
has been modified for clarity and consistency of the naming conventions.
Documentation (unfinished, revision 28-may-2006):
pasmodoc-0.6.0.pre.html
Links to some sites dedicated to the z80 processor, assembler and machines that use it.
Send me more links!
Esto es todo amigos. That's all folks!