|
|
nono 1.3.0
#!/bin/sh
#
# nono
# Copyright (C) 2024 nono project
# Licensed under nono-license.txt
#
mv_if()
{
local newfile=$1
local targetfile=$2
if ! cmp -s "$newfile" "$targetfile"; then
echo $targetfile
mv $newfile $targetfile
fi
}
php gentable.php switch10
mv_if ops.h.new m680x0ops.h
mv_if switch.h.new m680x0switch.h
php ../util/merge_ops/merge_ops.php ops.cpp.new m680x0ops.cpp > ops.new
mv_if ops.new m680x0ops.cpp
php ../util/merge_ops/merge_ops.php ops.cpp.new m680x0disasm.cpp > dis.new
mv_if dis.new m680x0disasm.cpp
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.