[bug #61444] Should there be a warning for HLT?

2022-01-16 Thread Jose Antonio Ortega Ruiz
Update of bug #61444 (project mdk):

 Assigned to:None => jao

___

Follow-up Comment #1:

Yes, this looks like a bug.  Thanks for the report, i'll take a look as soon
as possible!

___

Reply to this item at:

  

___
  Message sent via Savannah
  https://savannah.gnu.org/




[bug #61444] Should there be a warning for HLT?

2021-11-08 Thread anonymous
URL:
  

 Summary: Should there be a warning for HLT?
 Project: GNU MIX Development Kit
Submitted by: None
Submitted on: Mon 08 Nov 2021 08:56:42 AM UTC
Category: None
Severity: 3 - Normal
  Item Group: None
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

I copied the hello.mixal example from:
https://www.gnu.org/software/mdk/manual/html_node/Writing-a-source-file.html#Writing-a-source-file

But when I compile it with mixasm it gives a warning:

$ mixasm --version
mixasm, MIX assembler (GNU MDK 1.2.10)

Copyright (C) 2000-2014 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
$ cat hello.mixal 
*
* hello.mixal: say 'hello world' in MIXAL
*
* label insoperand comment
TERMEQU19  the MIX console device number
ORIG   3000start address
START   OUTMSG(TERM)   output data at address MSG
HLThalt execution
MSG ALF"MIXAL"
ALF" HELL"
ALF"O WOR"
ALF"LD   "
ENDSTART   end of the program
$ mixasm hello.mixal 
hello.mixal:0: warning: undefined symbol: halt
(1 warning(s))




___

Reply to this item at:

  

___
  Message sent via Savannah
  https://savannah.gnu.org/