| | |
Auxiliary Carry Flag Help
Please support our Assembly advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Oct 2009
Posts: 2
Reputation:
Solved Threads: 0
I am trying to find out if the Auxiliary carry flag only turns on when the 4th bit carries out from the 3rd bit or if it will turn on for the 7th to 8th bit aswell. This is what I did already:
mov ax, 0Fh ; this is the test for the 3rd to 4th
add ax, 1 ; AC=1
mov ax, 00F0h ; this is the test for the 7th to 8th
add ax, 0010h ; not sure if this should set AC=1
mov ax, 0Fh ; this is the test for the 3rd to 4th
add ax, 1 ; AC=1
mov ax, 00F0h ; this is the test for the 7th to 8th
add ax, 0010h ; not sure if this should set AC=1
![]() |
Similar Threads
- C++ Performance Tips (C++)
- Sparc Assembly Help! (Assembly)
- Carry flag problem (Assembly)
- code optimization ... (C++)
- Assembly is used for? (Assembly)
- Doesnt really make sense (Assembly)
Other Threads in the Assembly Forum
- Previous Thread: another addition with tasm
- Next Thread: Help Printing Ascii Code
Views: 371 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for Assembly
3d 68hc11 6811 80386 :( adress array asm assembler assembly boot bootloader buffer compression cursor debug directory division docs dos draw emulator endtask error exceptions file int10h integer intel interrupt interrupts language loop newbie nohau osdevelopment print program range read remainder shape string text theory tsr x86





