initial implmeentation...

the direction bit is throwing me off vs the order I'm seeing from nasm's syntax.
This commit is contained in:
ed
2023-03-03 06:43:41 -05:00
parent a12ba641f1
commit 5b230d5653
6 changed files with 652 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
project( 'sim_8086', 'c', 'cpp' )
project( 'sim_8086', 'c', 'cpp', default_options : ['buildtype=debug'] )
include_thirdparty = include_directories( '../thirdparty' )
executable( 'sim_8086', 'sim_8086.c', include_directories : include_thirdparty )
executable( 'sim_8086', 'sim_8086.cpp', include_directories : include_thirdparty )