User Tools

Site Tools


super:technical_information:asm_mnemonics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
super:technical_information:asm_mnemonics [2015/05/02 00:44] – external edit 127.0.0.1super:technical_information:asm_mnemonics [2019/02/15 01:12] – [Alphabetical Listing] Fixed incorrect branch information smileuser96
Line 8: Line 8:
   * **BEQ** Branch if equal   * **BEQ** Branch if equal
   * **BIT** Test memory bits against accumulator   * **BIT** Test memory bits against accumulator
-  * **BNE** Branch if negative +  * **BNE** Branch if not equal 
-  * **BPL** Branch if not equal+  * **BPL** Branch if plus (greater than) 
 +  * **BMI** Branch if minus (less than)
   * **BRA** Branch always (unconditional)   * **BRA** Branch always (unconditional)
   * **BRK** Branch if plus Software break (interrupt)   * **BRK** Branch if plus Software break (interrupt)
super/technical_information/asm_mnemonics.txt · Last modified: 2019/02/15 13:30 by p.jboy