mirror of
https://github.com/thiagoauler/apple1.git
synced 2024-11-22 15:32:29 +00:00
creating interface i/o functions
This commit is contained in:
parent
82450e7b57
commit
065f11ac4a
@ -64,7 +64,7 @@ void bit(void); // test bits in memory with accumulator
|
||||
void bmi(void); // branch on result minus
|
||||
void bne(void); // branch on result not zero
|
||||
void bpl(void); // branch on result plus
|
||||
void bkk(void); // force break
|
||||
void brk(void); // force break
|
||||
void bvc(void); // branch on overflow clear
|
||||
void bvs(void); // branch on overflow set
|
||||
void clc(void); // clear carry flag
|
||||
|
Loading…
Reference in New Issue
Block a user