FASM vc MASM trasnlation problem in mov si, offset msg
- by Ruben Trancoso
hi folks,
just did my first test with MASM and FASM with the same code (almos) and I falled in trouble. The only difference is that to produce just the 104 bytes I need to write to MBR in FASM I put org 7c00h and in MASM 0h.
The problem is on the
mov si, offset msg
that in the first case transletes it to 44 7C (7c44h) and with masm translates…