flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Jin X
Now I've done something like this:
Code: org 0xF0 ; . . . if some and 0xFF = 0 mov ah,some / 256 else mov ax,some end if ; . . . if some and 0xFF = 0 adc dl,al else adc dl,0 end if align 16 some: This simple code is compiled ok. But more complex (with extra conditions, more code and so on) can't be compiled. |
|||
![]() |
|
Tomasz Grysztar
This error message means that the assembler was not able to find a stable solution within a given limit of passes. Sometimes the solution may not exist at all, and even if there was one and the number of passes was unlimited, the assembler might still not be able to find it.
You can learn more about it my article about optimistic multi-pass assembly. |
|||
![]() |
|
guignol
how to brand a stranger from russia which tries to fit a 16-bit value into a single byte?
and what's the point for tomasz answering such nano machines anyway? |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.