RE: asm.e atten: Pete E. or Mic

new topic     » topic index » view thread      » older message » newer message

>ALL the string instructions like LODSB and etc. are incorrect.
>they show the instruction followed by BYTE and etc. which is not correct.

They work fine as is. Try assembling them and look at the output.


>Also RET 8 is commented out ???
>and has to be fixed.

RET imm16 is commented out (this was done by Pete, not me). I reckon the 
reason why is that it's a bit broken. If you put "RET "& on one line and 
"some_label: "& on the next, it'll think that "some_label" is a 16-bit 
immediate value. So you'd always have to use "RET 0" instead of just "RET ".

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu