# The OS/K Team licenses this file to you under the MIT license. # See the LICENSE file in the project root for more information. all: kas # kas kpc: @cd pc && make --no-print-directory kas: kpc as/k-as.py as/regs.lst as/testfile.k @cp pc/instrs/instrs.lst as @rm -f pc/instrs/instrs.lst test: kas @cd as && ./k-as.py testfile.k 0x100000 testfile.out @pc/k.exe as/testfile.out disasm: kas @cd as && ./k-as.py testfile.k 0x100000 testfile.out @pc/k.exe as/testfile.out -d