Search found 7 matches
- Mon Aug 10, 2020 2:56 pm
- Forum: Emulation and Simulation
- Topic: 6502 simulator/emulator on iOS?
- Replies: 15
- Views: 8226
Re: 6502 simulator/emulator on iOS?
Nice! Keep going!
- Fri Jul 10, 2015 3:20 pm
- Forum: Emulation and Simulation
- Topic: 6502 simulator/emulator on iOS?
- Replies: 15
- Views: 8226
6502 simulator/emulator on iOS?
Hello!
It's been a while since I last visited!
Are there any 6502 simulators for iOS? An app that would let me write assembly code in it and have it run on an emulated machine. Kinda like 6502asm.com, but as an app. I don't imagine there are many, if at all, but I figured I'd ask. Google didn't ...
It's been a while since I last visited!
Are there any 6502 simulators for iOS? An app that would let me write assembly code in it and have it run on an emulated machine. Kinda like 6502asm.com, but as an app. I don't imagine there are many, if at all, but I figured I'd ask. Google didn't ...
- Sun Jun 20, 2010 7:56 pm
- Forum: Programming
- Topic: Does it matter which assembler to use to build a NES rom?
- Replies: 3
- Views: 2886
Does it matter which assembler to use to build a NES rom?
Shamefully n00b question ahead.
If I wanted to make a program that ran on a NES (hardware or emulator), does it matter which assembler to use? Would all of them, knowing which format I need to write the NES rom in, be able to produce the same thing?
I suspect the answer is yes, but being ...
If I wanted to make a program that ran on a NES (hardware or emulator), does it matter which assembler to use? Would all of them, knowing which format I need to write the NES rom in, be able to produce the same thing?
I suspect the answer is yes, but being ...
- Sun Jun 20, 2010 7:29 pm
- Forum: Programming
- Topic: Passing Parameters: best practices?
- Replies: 9
- Views: 12742
Hi kc5tja! Thanks for your reply. I'm really interested in ideas for 6502 since I'd like to work with NES-level hardware.
I'm afraid I don't quite 100% understand the idea of control blocks. A control block be just a section of memory reserved for parameters passing? And used by many routines or is ...
I'm afraid I don't quite 100% understand the idea of control blocks. A control block be just a section of memory reserved for parameters passing? And used by many routines or is ...
- Sun Jun 20, 2010 6:53 pm
- Forum: Hardware
- Topic: Pre-made 6502/65C02 computers/console kits?
- Replies: 2
- Views: 2672
Pre-made 6502/65C02 computers/console kits?
Hi,
I don't have any kind of hardware skill, but I'm interested in running my programs on real hardware. Are there any pre-made kits available that someone like me can work with? I really don't know what's out there.
Are there some that can have programs uploaded and debugged through a USB port ...
I don't have any kind of hardware skill, but I'm interested in running my programs on real hardware. Are there any pre-made kits available that someone like me can work with? I really don't know what's out there.
Are there some that can have programs uploaded and debugged through a USB port ...
- Sun Jun 20, 2010 6:46 pm
- Forum: General Discussions
- Topic: Assemblers and simulators on Mac OS X?
- Replies: 1
- Views: 2353
Assemblers and simulators on Mac OS X?
Hi,
Are there any good, supported assemblers and simulators (and general tools like IDEs) available for Mac OS X?
Thanks!
Shawn
Are there any good, supported assemblers and simulators (and general tools like IDEs) available for Mac OS X?
Thanks!
Shawn
- Sun Jun 20, 2010 6:40 pm
- Forum: Programming
- Topic: Passing Parameters: best practices?
- Replies: 9
- Views: 12742
Passing Parameters: best practices?
What's the preferred method of passing parameters to assembly subroutines?
I thought of using the stack but since the subroutine address is pushed there too, I don't that that'll work. Reserving memory locations just for different subroutines seemed wasteful. I thought of making my own kind of ...
I thought of using the stack but since the subroutine address is pushed there too, I don't that that'll work. Reserving memory locations just for different subroutines seemed wasteful. I thought of making my own kind of ...