Search found 4 matches
- Sat Sep 10, 2011 1:35 am
- Forum: Programming
- Topic: That BRK instruction...
- Replies: 12
- Views: 16518
- Wed Mar 23, 2011 5:57 pm
- Forum: Programming
- Topic: Does it matter which assembler to use to build a NES rom?
- Replies: 3
- Views: 2889
- Fri Oct 17, 2008 9:58 pm
- Forum: Nostalgia
- Topic: commodore 64 garbage collection routine
- Replies: 2
- Views: 4869
- Fri Oct 17, 2008 6:02 pm
- Forum: Nostalgia
- Topic: commodore 64 garbage collection routine
- Replies: 2
- Views: 4869
commodore 64 garbage collection routine
I'm not really sure where to post this.
I'm trying to figure out how the garbage collection works on the commodore 64 CBM BASIC ROM, and I'm officially stuck on a snippet of code. I can't seem to figure out what it's trying to accomplish.
;$b56e:
lda $58
ldx $59 ;get current highest string ...
I'm trying to figure out how the garbage collection works on the commodore 64 CBM BASIC ROM, and I'm officially stuck on a snippet of code. I can't seem to figure out what it's trying to accomplish.
;$b56e:
lda $58
ldx $59 ;get current highest string ...