News:

Printed Amstrad Addict magazine announced, check it out here!

Main Menu
avatar_milamber

Interesting CALL commands

Started by milamber, 11:50, 17 April 11

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

milamber

Place your CALL commands here!Erm...heres my contribution - a cool way to clear the screen
Call 40300

Can anyone beat that  ;D

Devilmarkus

Quote from: milamber on 11:50, 17 April 11
Place your CALL commands here!Erm...heres my contribution - a cool way to clear the screen
Call 40300

Can anyone beat that  ;D


Press play then any key (on 6128)
Nothing (on 464)
When you put your ear on a hot stove, you can smell how stupid you are ...

Amstrad CPC games in your webbrowser

JavaCPC Desktop Full Release

robcfg

Try call &BA0A on mode 1 or 2.  :D

milamber

BIG DOH!

That call  i placed was as poked bit of code - drat!


mark

A simple but quick effect.

1 call &BC14: rem Clear the screen leaving the cursor at current location
2 pen 3
3 for zz=2 to 25
4 locate 16,zz: Print "cpc wiki"
5 call &bc4d,1
6 next zz

milamber


milamber

for an hard to read but multi coloured mode 1 type...

Call &BD1C

Perhaps a redefined character set would work well here?

milamber

Altering the inks (16) for the above code will give a pleasing effect in Mode 1.

One Call command, a data statement holding the colour values...a few lines of basic producing a commercial look to your programs perhaps?

Powered by SMFPacks Menu Editor Mod