NESDev and Strangulation Records messageboards
Forum Index | FAQ | New User | Login | Search

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: One More Quick Question  
Posted byDisch
Posted on6/27/04 5:58 PM
From IP66.82.9.40  



0000-07FF is RAM available for use for YOUR program. If you do a "STA $10" command, you won't be overwriting anything unless it's your own variable stored at that location.

Some assemblers might "hide" the actual address from the user by just having you define variable names (like "STA some_var" instead of "STA $10"). But once the file is assembled... all the variable names are just given a value to somewhere in RAM (0000-07FF range... or maybe the 6000-7FFF range)



-
Entire Thread
Subject  Posted byPosted On
*Real Quick Question  pulper6/27/04 3:52 PM
.*Re: Real Quick Question  Disch6/27/04 4:42 PM
..*Re: One More Quick Question  pulper6/27/04 5:35 PM
....Re: One More Quick Question  Disch6/27/04 5:58 PM
....*Re: One More Quick Question  pulper6/27/04 6:26 PM
....*Re: One More Quick Question  loopy6/27/04 6:25 PM
.....*Using stack space for variables  tepples6/28/04 06:47 AM
......*Re: Using stack space for variables  blargg6/30/04 07:28 AM
.......*Re: Using stack space for variables  tepples6/30/04 2:35 PM
.....*Re: One More Quick Question  Disch6/27/04 7:03 PM
..*Re: Real Quick Question  pulper6/27/04 5:25 PM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo