drcjt / CSharp-80

C# AOT compiler for Z80 based computers including the TRS-80 and ZX Spectrum
https://drcjt.github.io/CSharp-80/
GNU General Public License v3.0
51 stars 3 forks source link

Add support for isinst opcode #95

Open drcjt opened 1 year ago

drcjt commented 1 year ago

https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.isinst?view=net-7.0

drcjt commented 1 year ago