Small game in S-BASIC from the magazine MICOM BASIC JUNE 1986 translated into Z80 assembler.
Enjoy.
Search found 179 matches
- Sat Sep 14, 2024 4:36 pm
- Forum: BASIC
- Topic: SPRITE BASIC
- Replies: 8
- Views: 42362
Re: SPRITE BASIC
Sprite basic + Demo program
- Thu Sep 12, 2024 7:16 pm
- Forum: BASIC
- Topic: SPRITE BASIC
- Replies: 8
- Views: 42362
Re: SPRITE BASIC
I have a version that works well with its full example.
- Wed Sep 11, 2024 8:14 pm
- Forum: BASIC
- Topic: SPRITE BASIC
- Replies: 8
- Views: 42362
Re: SPRITE BASIC
This basic is a sharp basic with additional instructions:
SCL : SCreen Load
SCS : SCreen Save
CSP : Color SPrite
DSP : Define SPrite
MSP : Move SPrite
OSP : Off SPrite
PSP : Place SPrite
XSP : eXchange SPrite
CAP : Keyboard capital
BEL : BELL
NC : Color Screen
SCL : SCreen Load
SCS : SCreen Save
CSP : Color SPrite
DSP : Define SPrite
MSP : Move SPrite
OSP : Off SPrite
PSP : Place SPrite
XSP : eXchange SPrite
CAP : Keyboard capital
BEL : BELL
NC : Color Screen
- Sun Aug 04, 2024 8:53 pm
- Forum: Other
- Topic: return to basic from monitor program
- Replies: 2
- Views: 24521
Re: return to basic from monitor program
Hello I don't know the "MON" command: for which computer and which version of basic? On MZ-700, under S-BASIC 1Z-013B, with the "BYE" command we return with the "R" command. If we go under monitor 1Z-013A with the RESET button (for example) we can return to basic by pre...
- Tue May 14, 2024 8:13 pm
- Forum: Games
- Topic: BACTERIA GAME
- Replies: 0
- Views: 21515
BACTERIA GAME
Hi,
A little game in Japanese: Bacteria
Format : MZF
Good fun.
A little game in Japanese: Bacteria
Format : MZF
Good fun.
- Tue Apr 09, 2024 6:13 am
- Forum: Games
- Topic: A zaxxon clone on the mz700 or mz800?
- Replies: 9
- Views: 75930
- Wed Nov 01, 2023 7:15 am
- Forum: Assembly
- Topic: [BASIC TO Z80] For the beginner
- Replies: 4
- Views: 29550
Re: [BASIC TO Z80] For the beginner
I return to the subject of BASIC to Assembler translation. Following this message, I developed a small BASIC compiler based on KUMA COMPILER (in Europe) or WICS (in Japan) with some additional instructions. It is still experimental, still has a few bugs but eventually I think I will be able to use i...
- Wed Aug 16, 2023 3:27 pm
- Forum: Assembly
- Topic: Assembling Z80 source using TASM or similar
- Replies: 21
- Views: 66645
Re: Assembling Z80 source using TASM or similar
Personally, I created a bash script for this. So it is possible.
I use geany+z80asm under linux and geny is configured to execute the script and automatically generate a .MZF for me with the correct addresses (start+execution) as well as comments.
I use geany+z80asm under linux and geny is configured to execute the script and automatically generate a .MZF for me with the correct addresses (start+execution) as well as comments.
ZALION
Hi, A nice little game found in PIO 1984/10: ZALION. Characteristics : 3D display, animations 3D 13 zones to cover, each of which can be covered 2 times 1 shot at a time Up to 10 objects displayed 3 versions in the archive : - Original with Japanese characters - Europe with European characters - Mod...