all.lp2
283 Bytes
# Micro-coded IDCT
#
#
lo all 0x10002000
#
#
# Setup Breakpoints
#
#
br 0x10002008
#
#
com 0
load in.pipe 0x200
end
#
#
br 0x1000211c
#
#
com 1
write out.pipe 0x200 0x990
end
#
# Initialize things
#
so all.so
dbase 0
sym all.sym
#
# Ready to run?
#
# Here we go!
#
#
run