Re: [cc65]zero page

Date view Thread view Subject view

From: Groepaz (groepaz_at_gmx.net)
Date: 2001-01-06 20:05:58


troy silvey wrote:
> 
> >So, which ones are free for us that want to mix asm with C?

to speak for myself... my programs usually begin like:

	sei
	lda #$35
	sta $01
	...

... and voila, zeropage $02...$ff is there for you to use ;=D
(well ofcoz you loose useless shit like the kernal and basic, but
who would seriously wanna use that anyway? ;D)

this wont however work with asm/c intermixing i guess ;=D

gpz

-- 
----------------------------------------------------------------------
                                 /^\
                                 \ /
          ASCII RIBBON CAMPAIGN   X   AGAINST HTML JUNK MAIL
                                 / \
----------------------------------------------------------------------
          ___ ___ .___________________ .___________ _______.
  c=64   /   |   \|   \__    ___/     \ \_   _____/ \      \ groepaz
   cgb  /    '    \   | |    | /  \ /  \ |    __)_  /   |   \
    psx \    .    /   | |    |/    '    \|        \/    |    \
     dc  \___|_  /|___| |____|\____|__  /_______  /\____|__  /
               \/     '               \/        \/         \/
       http://www.hitmen-console.org    Hitmen WWW Headquarters
       http://fly.to/hitmen-groepaz     my personal playground
----------------------------------------------------------------------
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:38 CET