Skip to content

YutaSeya/z80Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Z80勉強用リポジトリ

加算

レジスタペア BC,DE,HLで加算が可能 ADD HL,rp レジスタ HL : (HL) + rp

減算

レジスタペア BC,DE,HLで減算が可能 SBC HL,rp レジスタ HL : (HL) + rp

乗算

乗算アルゴリズムを使用

減算

2進数の筆算で考えたアセンブラを実装。 負の数の割り算については考えていない。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published