mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
ebfd108dde
@ -169,7 +169,7 @@ DIRECT: imm8 is imm8 { export *:1 imm8; }
|
||||
}
|
||||
:BHI REL is op=0x22;REL
|
||||
{
|
||||
local tmp = C + Z;
|
||||
local tmp = C || Z;
|
||||
if (tmp == 0) goto REL;
|
||||
}
|
||||
|
||||
@ -195,7 +195,7 @@ DIRECT: imm8 is imm8 { export *:1 imm8; }
|
||||
|
||||
:BLS REL is op=0x23;REL
|
||||
{
|
||||
local tmp = C + Z;
|
||||
local tmp = C || Z;
|
||||
if (tmp) goto REL;
|
||||
}
|
||||
|
||||
|
@ -18,4 +18,6 @@ apply from: "$rootProject.projectDir/gradle/processorProject.gradle"
|
||||
apply plugin: 'eclipse'
|
||||
eclipse.project.name = 'Processors Z80'
|
||||
|
||||
|
||||
sleighCompileOptions = [
|
||||
'-l'
|
||||
]
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user