Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromrswier/c4

x86 JIT compiler in 86 lines

License

NotificationsYou must be signed in to change notification settings

EarlGray/c4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An exercise in minimalism.

Try the following:

gcc -o c4 c4.c  (you may need the -m32 option on 64bit machines)./c4 hello.c./c4 -s hello.c./c4 c4.c hello.c./c4 c4.c c4.c hello.c

c4x86 - JIT compiler for x86 in 86 lines

An exercise in bit-twiddling masochism.

x86 only, not self-hosted!

gcc -m32 c4x86.c -o c4x86./c4x86 hello.c./c4x86 c4.c hello.c

About

x86 JIT compiler in 86 lines

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C96.4%
  • Assembly3.6%

[8]ページ先頭

©2009-2025 Movatter.jp