Skip to content

hellokartikey/6502-constexpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6502-constexpr

Extended Instruction Set

HLT (0x02) - 1 byte

When using exec_until_hlt(), it halts the machine. Otherwise does nothing.

Usage

ADC #$01
...
.byt $02 ; HLT

Using scripts/asm2arr.py

sudo apt install xa65
./scripts/asm2arr.py [filename.a65]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •