kvisc/vm/in/INSTRS

18 lines
337 B
Plaintext
Raw Normal View History

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-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"
2019-07-04 18:41:05 +02:00
include "BITMP"
2019-06-23 12:40:18 +02:00
include "DEBUG"
include "STRING"
2019-06-07 13:38:34 +02:00