Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing assembly or a C-like language #6

Open
freememory opened this issue Apr 19, 2020 · 1 comment
Open

Parsing assembly or a C-like language #6

freememory opened this issue Apr 19, 2020 · 1 comment

Comments

@freememory
Copy link

Hi -

You mentioned in the videos that we'd eventually be using the code written here to parse an assembly-like language and a C like language. Are those lessons upcoming?

@francisrstokes
Copy link
Contributor

Parsing assembly has been the subject of the latest two videos in the series!

https://youtu.be/KhKq8a1m8r8
https://youtu.be/ai63l4OUxSs

The next few are going to continue with the assembly language parser, then the backend of the assembler (turning the parse tree into machine code).

After that, my (current) plan is to start using the CPU and memory mapping components to build a fantasy game console. I think the C-like language will come after that - probably finalizing with a simple game written in the C-like language.

But I imagine that's going to take quite some time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants