Search found 7 matches

by xuling93
Mon Oct 15, 2018 5:33 pm
Forum: GBDev
Topic: halt in IME=0 && IF&IE==0
Replies: 1
Views: 8374

halt in IME=0 && IF&IE==0

i see opcode halt about http://www.devrs.com/gb/files/faqs.html#HALT There is such a description. ------------------------------------------------------------------------------ HALT operates differently depending on whether the Interrupt Master Enable (IME) is set or reset. Assembly command EI sets ...
by xuling93
Fri Mar 18, 2016 10:19 pm
Forum: NESdev
Topic: BRK same as NOP in 2A03, right?
Replies: 18
Views: 7637

Re: BRK same as NOP in 2A03, right?

good advice! thanks, everyone.
especially tepples && rainwarrior && dougeff. to make me more deeply understand the meaning of IRQ :mrgreen:
by xuling93
Fri Mar 18, 2016 8:53 am
Forum: NESdev
Topic: BRK same as NOP in 2A03, right?
Replies: 18
Views: 7637

BRK same as NOP in 2A03, right?

http://www.thealmightyguru.com/Games/Ha ... ?title=BRK
This is correct ? please tell me why. gentleman/lady thanks :mrgreen:
by xuling93
Wed Sep 30, 2015 7:20 pm
Forum: NESemdev
Topic: First things to do for a nes emulator
Replies: 21
Views: 7732

Re: First things to do for a nes emulator

No GUI, difficult to debug PPU it is a long way.
I learned about half a year is also wrote a no sound demo (I know DirectX/Win32SDK) :wink:
Image
by xuling93
Sun Apr 19, 2015 5:19 pm
Forum: NESdev
Topic: 6502 's Program all variable just save 2K's ram ?
Replies: 3
Views: 2619

Re: 6502 's Program all variable just save 2K's ram ?

Hello and welcome. No, loading for example LDA($F0,X) does not nessesarly load from the CPU's 2k of RAM. It can load from anywhere within the CPU adress space, including RAM but also ROM and memory mapped I/O. Note that this does not depend on the addressing mode, in 6502's case. There exist other ...
by xuling93
Sun Apr 19, 2015 8:59 am
Forum: NESdev
Topic: 6502 's Program all variable just save 2K's ram ?
Replies: 3
Views: 2619

6502 's Program all variable just save 2K's ram ?

hi ... i'm from china ... a pro noob ... my english level not also high .. -_- ... i just want to ask ... emmm ... for example ... LDA ($F0,X) lda load 's var addr always at cpu's 2K ram ? ... ps: my write 's masm pro ... (not write over yet) .686 ; create 32 bit code .mmx .xmm .model flat, stdcall ...
by xuling93
Mon Apr 13, 2015 8:17 am
Forum: NESemdev
Topic: puNES Emulator
Replies: 767
Views: 1221022

Re: puNES Emulator (ex Fnes)

:mrgreen: