1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Changed file creator to bash

This commit is contained in:
Ross Wilson 2015-10-30 21:29:41 +07:00
parent 5eacc77007
commit d0fffc9458
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ test: test.ptr
python test_CPU.py CPU.test
test.ptr:
make_ptr > test.ptr
./make_ptr > test.ptr
%: %.ptp
./pymlac -b ptr -ptr $< -r 040 -t 0100 -r 0100

2
pymlac/make_ptr Normal file → Executable file
View File

@ -1,6 +1,8 @@
#!/bin/bash
#
# Make a PTR test file
# 3 bytes: 0 1 2
#
echo -n -e "\00\01\02"