add xop to debugging
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
eaxhla
|
eaxhla
|
||||||
eaxcc
|
eaxcc
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
*.pp
|
||||||
|
3
Makefile
3
Makefile
@ -50,7 +50,8 @@ ${OUT}: ${GENSOURCE} ${GENOBJECT} ${OBJECT}
|
|||||||
${LINK.c} -o $@ ${OBJECT} ${GENOBJECT} ${LDLIBS}
|
${LINK.c} -o $@ ${OBJECT} ${GENOBJECT} ${LDLIBS}
|
||||||
|
|
||||||
test: ${OUT}
|
test: ${OUT}
|
||||||
${WRAP} ./${OUT} debug/test.hla
|
fcpp -C -LL debug/xop.eax > debug/xop.eax.pp
|
||||||
|
${WRAP} ./${OUT} debug/xop.eax.pp
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm ${OUT} ${OBJECT} ${GENOBJECT} ${GENSOURCE}
|
-rm ${OUT} ${OBJECT} ${GENOBJECT} ${GENSOURCE}
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
|
|
||||||
fast
|
fast
|
||||||
procedure highlight
|
procedure highlight
|
||||||
in s32 offset;
|
in s32 offset
|
||||||
in u8 buffer;
|
in u8 buffer
|
||||||
|
|
||||||
s32 byte;
|
s32 byte
|
||||||
begin
|
begin
|
||||||
loop
|
loop
|
||||||
if byte = 0x90 then
|
if byte = 0x90 then
|
Reference in New Issue
Block a user