Code: Select all
.inesprg 1
.ineschr 0
.inesmap 0
.inesmir 0
.bank 0
.org $8000
RESET:
lda #%10000000
sta $2001
FOREVER:
jmp FOREVER
.bank 1
.org $FFFA
.dw 0
.dw RESET
.dw 0
Moderator: Moderators
Code: Select all
.inesprg 1
.ineschr 0
.inesmap 0
.inesmir 0
.bank 0
.org $8000
RESET:
lda #%10000000
sta $2001
FOREVER:
jmp FOREVER
.bank 1
.org $FFFA
.dw 0
.dw RESET
.dw 0
I told you, if a program is well coded and doesn't use crazy tricks, it should work the same on all emulators.0x7c00 wrote:Nowadays I'm confusing about the different between emulators