kvisc/vm/in/INSTRS

11 lines
222 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"
2019-07-17 20:26:03 +02:00
include "ALU"
2019-08-14 09:52:39 +02:00
include "JMP"
2019-07-24 16:52:26 +02:00
include "MEM"
2019-06-23 12:40:18 +02:00
include "MISC"
include "STRING"
2019-06-07 13:38:34 +02:00