2019-05-30 12:44:56 +02:00
|
|
|
# The OS/K Team licenses this file to you under the MIT license.
|
2019-05-15 21:56:42 +02:00
|
|
|
# See the LICENSE file in the project root for more information.
|
2019-05-15 21:47:08 +02:00
|
|
|
|
2019-06-07 13:43:03 +02:00
|
|
|
#---------------------------------------------------------------------------#
|
|
|
|
# Special instructions #
|
|
|
|
#---------------------------------------------------------------------------#
|
|
|
|
|
2019-06-23 12:40:18 +02:00
|
|
|
include "SUPER"
|
|
|
|
include "TRAP"
|
|
|
|
include "MOV"
|
|
|
|
include "MISC"
|
|
|
|
include "LOGIC"
|
|
|
|
include "ARITH"
|
|
|
|
include "JUMPS"
|
|
|
|
include "STACK"
|
|
|
|
include "FLAGS"
|
|
|
|
include "INOUT"
|
|
|
|
include "DEBUG"
|
|
|
|
include "STRING"
|
2019-06-07 13:38:34 +02:00
|
|
|
|