All Projects → Fubukimaru → asMSX

Fubukimaru / asMSX

Licence: GPL-3.0 license
AsMSX, originally developed by Pitpan. More info: https://www.msx.org/wiki/AsMSX.

Programming Languages

assembly
5116 projects
Yacc
648 projects
Lex
420 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to asMSX

gorilla-cpm
GORILLA.BAS port to CP/M in Turbo Modula-2. Supported terminals: VT52, VT100, ANSI, ADM-31, KayPro, C128, Memotech monochrome, CPC / Zenith Z19
Stars: ✭ 45 (-22.41%)
Mutual labels:  z80, msx
TMS9918A
TMS9918A video card for RC2014
Stars: ✭ 104 (+79.31%)
Mutual labels:  z80, msx
MSXPi
Interface for MSX to Connect and use Raspberry Pi resources
Stars: ✭ 61 (+5.17%)
Mutual labels:  z80, msx
6502.Net
A .Net-based Cross-Assembler for Several 8-Bit Microprocessors
Stars: ✭ 44 (-24.14%)
Mutual labels:  z80, msx
The-MSX-Red-Book
The MSX Red Book in Markdown format.
Stars: ✭ 85 (+46.55%)
Mutual labels:  z80, msx
msx diagnostics
Tool written in Z80 assembler to test the MSX hardware basics.
Stars: ✭ 34 (-41.38%)
Mutual labels:  z80, msx
msx-msxlib
MSX assembly library
Stars: ✭ 42 (-27.59%)
Mutual labels:  z80, msx
awesome-list
Awesome Lists of retrocomputing resources (6502, Apple 2, Atari, ...)
Stars: ✭ 38 (-34.48%)
Mutual labels:  z80
channels
ZX Spectrum browser for forums and imageboards
Stars: ✭ 52 (-10.34%)
Mutual labels:  z80
jetpac-disassembly
JETPAC: annotated source code disassembly of this classic 8-bit game (1983, ZX Spectrum)
Stars: ✭ 36 (-37.93%)
Mutual labels:  z80
Collapseos
Bootstrap post-collapse technology
Stars: ✭ 4,263 (+7250%)
Mutual labels:  z80
MSX devs
MSX develops repository
Stars: ✭ 21 (-63.79%)
Mutual labels:  msx
msx-rpg
A Dungeon Crawler for the MSX2
Stars: ✭ 40 (-31.03%)
Mutual labels:  msx
MDSDRV
Sound driver for Sega Mega Drive
Stars: ✭ 44 (-24.14%)
Mutual labels:  z80
ArduZ80
The first Z80 emulation library for Arduino
Stars: ✭ 44 (-24.14%)
Mutual labels:  z80
libasm
C++ library of assembler / disassembler that can run on embedded system
Stars: ✭ 23 (-60.34%)
Mutual labels:  z80
kernal64
A Scala Commodore 64, 128, VIC20, CBM2 and SuperCPU emulator
Stars: ✭ 87 (+50%)
Mutual labels:  z80
Awesome Cpus
All CPU and MCU documentation in one place
Stars: ✭ 1,602 (+2662.07%)
Mutual labels:  z80
HiSoft-C
Disassembled code of HiSoft C compiler for ZX Spectrum
Stars: ✭ 20 (-65.52%)
Mutual labels:  z80
apultra
Free open-source compressor for apLib with 5-7% better ratios
Stars: ✭ 84 (+44.83%)
Mutual labels:  z80

asMSX

asmsx

CHANGELOG

asMSX is a Z80 cross-assembler for MSX, originally developed by Eduardo "pitpan" A. Robsy Petrus and now mantained by the asMSX team. This project is based on GPLv3 code release by Lucas "cjv99". MRC wiki has an entry for asMSX.

Please read asMSX manual to learn more.

DOWNLOAD: You can find latest binary release here.

Also you can use Docker image from GitHub Packages:

docker pull ghcr.io/fubukimaru/asmsx:master

If you'd like to contribute to this project, please take a look at our coding style guide.

Please help us improve test coverage for the code. Read our testing guide and contribure!

asMSX team

The asMSX team is a undefined collective that has worked on this program or has helped with it. asMSX wont be as it is if it wasn't for the colaboration of:

  • Eduardo Robsy
  • @cjv99 (Thanks for buying and sharing it!)
  • @ibannieto
  • @theNestruo
  • @Fubukimaru
  • @oboroc
  • @jamque
  • @mvac7
  • @duhow
  • @LocoMJ
  • @libertium
  • vim
  • The game

List of related projects

Contact us to include yours!

Projects done using asMSX

  • TPMSX-Engine: The Pets Mode Engine. An engine born from TPM projects like Bitlogic.
  • MSX_ngine: A set of MSX libraries by KnightFox75.

Projects that may be interesting for you if you use asMSX!

Original Spanish README

Estructura de carpetas

  • BIN: versiones compiladas de asMSX para Windows y Linux (32 bits).
  • SRC: código fuente del asMSX
  • MAN: manual en castellano del asMSX
  • REF: dos documentos de referencia, incluidos para tu consulta
  • CODE: ejemplo de código fuente de dos juegos sencillos

Instrucciones para compilar

  • Necesitas tener instalado GCC, Flex, Bison
  • No está de más tener UPX, aunque no es imprescindible
  • Tienes un MAKEFILE sin extensión, compila asMSX para Linux
  • MAKEFILE.WIN (tienes que quitarle la extensión), compila asMSX para Windows

Muchas gracias a pitpan el auténtico y genuino creador del compilador asmsx. cjv99 un humilde servidor que libera asmsx abierta para su distribución de forma gratuita.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].