Hi,
On Mon, Jan 4, 2016 at 9:54 AM, Antony Gordon wrote:
>
> I’m attempting to recompile FDISK and apparently you need to assemble
> bootnorm.asm
> and booteasy.asm and I’m getting this error when assembling booteasy.asm
>
> booteasy.asm:260: error: invalid parameter to [default] directive
> Th
You'll likely need MASM or TASM to assemble. WASM/JWASM may work in
compatibility mode.
On Mon, Jan 4, 2016 at 1:09 PM, Antony Gordon wrote:
> Hi,
>
> I’m using NASM. It seems to work well with all the other labels.
>
> In my digging, I have found that default may be a keyword. I’ll try that
>
Hi,
On Sun, Jan 3, 2016 at 9:07 PM, Maarten Vermeulen wrote:
>
> Ps: For those wondering why I can't do the core utillity:
>
> In 2015 I made a school report about MS-DOS. After that (I just did!) Iooked
> at some MS-DOS sources. I mailed to Jim that I had been reading it. He
> doesn't want me to
> On Jan 4, 2016, at 4:09 PM, Antony Gordon wrote:
>
> Hi,
>
> I’m using NASM. It seems to work well with all the other labels.
>
> In my digging, I have found that default may be a keyword. I’ll try that too
> just to be sure.
I think you are correct that it is a keyword. (I’ve never used
Hi,
I’m using NASM. It seems to work well with all the other labels.
In my digging, I have found that default may be a keyword. I’ll try that too
just to be sure.
-T
> On Jan 4, 2016, at 4:07 PM, Jerome E. Shidel Jr. wrote:
>
>
>> On Jan 4, 2016, at 10:54 AM, Antony Gordon wrote:
>>
>> Hi
> On Jan 4, 2016, at 10:54 AM, Antony Gordon wrote:
>
> Hi,
>
> I’m attempting to recompile FDISK and apparently you need to assemble
> bootnorm.asm and booteasy.asm and I’m getting this error when assembling
> booteasy.asm
>
> booteasy.asm:260: error: invalid parameter to [default] directiv
Hi,
I’m attempting to recompile FDISK and apparently you need to assemble
bootnorm.asm and booteasy.asm and I’m getting this error when assembling
booteasy.asm
booteasy.asm:260: error: invalid parameter to [default] directive
This is line 260 below.
default db '?',' '+80h
Any th
Hi Mateusz,
Thank you, I will read all. I start as soon as possible (either this evening or
tommorrow)
Maarten
-Oorspronkelijk bericht-
Van: "Mateusz Viste"
Verzonden: 4-1-2016 08:24
Aan: "[email protected]"
Onderwerp: Re: [Freedos-devel] FreeDOS 1.2 beta
Hi Maa