This website requires JavaScript.
Explore
Help
Sign In
code.ivysaur.me
/
pxasme
Watch
1
Star
0
Fork
0
You've already forked pxasme
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
mappu
e03434bd50
work on elf output
2023-12-11 14:24:25 +13:00
.gitignore
gitignore
2023-12-11 13:14:24 +13:00
compile.go
work on elf output
2023-12-11 14:24:25 +13:00
elf.go
work on elf output
2023-12-11 14:24:25 +13:00
go.mod
initial commit
2023-12-09 16:12:45 +13:00
lexer.go
support shstrtab, symtab, elf output, ret instr, use rodata, more mov types
2023-12-11 13:14:13 +13:00
main_test.go
work on elf output
2023-12-11 14:24:25 +13:00
main.go
support shstrtab, symtab, elf output, ret instr, use rodata, more mov types
2023-12-11 13:14:13 +13:00
test_assemble.sh
support shstrtab, symtab, elf output, ret instr, use rodata, more mov types
2023-12-11 13:14:13 +13:00
token.go
support shstrtab, symtab, elf output, ret instr, use rodata, more mov types
2023-12-11 13:14:13 +13:00
Description
A single-pass x86_64 assembler that emits relocatable ELF64 objects
golang
pl
41
KiB
Languages
Go
99.4%
Shell
0.6%